Fix comment

Signed-off-by: Black Box Embedded, LLC <64652300+blackboxembedded@users.noreply.github.com>
This commit is contained in:
Black Box Embedded, LLC 2023-10-15 09:01:09 -06:00 committed by Alexander Borsuk
parent eb54771c7c
commit 6419dc72a5

View file

@ -710,7 +710,7 @@ NSString *const kPP2BookmarkEditingSegue = @"PP2BookmarkEditing";
- (NSArray *)keyCommands {
NSArray *commands = @[
[UIKeyCommand keyCommandWithInput:UIKeyInputDownArrow modifierFlags:0 action:@selector(zoomOut)], // Alternative, not shown when holding
[UIKeyCommand keyCommandWithInput:UIKeyInputDownArrow modifierFlags:0 action:@selector(zoomOut)], // Alternative, not shown when holding CMD
[UIKeyCommand keyCommandWithInput:@"-" modifierFlags:UIKeyModifierCommand action:@selector(zoomOut) discoverabilityTitle:@"Zoom Out"],
[UIKeyCommand keyCommandWithInput:UIKeyInputUpArrow modifierFlags:0 action:@selector(zoomIn)], // Alternative, not shown when holding CMD
[UIKeyCommand keyCommandWithInput:@"=" modifierFlags:UIKeyModifierCommand action:@selector(zoomIn)], // Alternative, not shown when holding CMD