Skip to content

Commit 493be0a

Browse files
author
dzenbot
committed
Fixes issue regarding left/right arrow keys from not being recognized while using an external keyboard
1 parent 4fe5bbc commit 493be0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Source/Classes/SLKTextViewController.m

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1759,8 +1759,6 @@ - (NSArray *)keyCommands
17591759
// Up/Down
17601760
[UIKeyCommand keyCommandWithInput:UIKeyInputUpArrow modifierFlags:0 action:@selector(didPressArrowKey:)],
17611761
[UIKeyCommand keyCommandWithInput:UIKeyInputDownArrow modifierFlags:0 action:@selector(didPressArrowKey:)],
1762-
[UIKeyCommand keyCommandWithInput:UIKeyInputLeftArrow modifierFlags:0 action:@selector(didPressArrowKey:)],
1763-
[UIKeyCommand keyCommandWithInput:UIKeyInputRightArrow modifierFlags:0 action:@selector(didPressArrowKey:)]
17641762
];
17651763

17661764
return _keyboardCommands;

0 commit comments

Comments
 (0)