forked from organicmaps/organicmaps
Fix comment
Signed-off-by: Black Box Embedded, LLC <64652300+blackboxembedded@users.noreply.github.com>
This commit is contained in:
parent
eb54771c7c
commit
6419dc72a5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue