Skip to content

Commit

Permalink
Fix j/k mapping in popup menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
FelisCatus committed Apr 13, 2017
1 parent 6c66169 commit 118c358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omega-web/src/popup/js/keyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
39: openDropdown, // Right

72: closeDropdown, // h
74: moveUp, // j
75: moveDown, // k
74: moveDown, // j
75: moveUp, // k
76: openDropdown, // l

191: showKeyboardHelp, // /
Expand Down

0 comments on commit 118c358

Please sign in to comment.