Skip to content

Commit

Permalink
Fix MoveByteDown hotkey for + input
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemonaco committed Nov 10, 2020
1 parent ee9384b commit 1a5d7d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<UserControl.InputBindings>
<KeyBinding Key="OemPlus" Command="{s:Action MoveByteDown}" />
<KeyBinding Key="Add" Command="{s:Action MouseByteDown}" />
<KeyBinding Key="Add" Command="{s:Action MoveByteDown}" />
<KeyBinding Key="Subtract" Command="{s:Action MoveByteUp}" />
<KeyBinding Key="OemMinus" Command="{s:Action MoveByteUp}" />
<KeyBinding Key="Down" Command="{s:Action MoveRowDown}" />
Expand Down

0 comments on commit 1a5d7d8

Please sign in to comment.