Skip to content

Commit

Permalink
(nut-tree/nut.js#360) Reverted accidental changes to Windows keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Jan 17, 2022
1 parent 86e9632 commit a487a6a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/keycode.h
Original file line number Diff line number Diff line change
Expand Up @@ -228,11 +228,9 @@ enum _MMKeyCode {
K_F23 = VK_F23,
K_F24 = VK_F24,
K_META = VK_LWIN,
K_CONTROL = VK_LCONTROL,
K_RIGHTCONTROL = VK_RCONTROL,
K_SHIFT = VK_LSHIFT,
K_CONTROL = VK_CONTROL,
K_SHIFT = VK_SHIFT,
K_RIGHTSHIFT = VK_RSHIFT,
K_ALT = VK_LMENU,
K_ALT = VK_MENU,
K_CAPSLOCK = VK_CAPITAL,
K_SPACE = VK_SPACE,
Expand Down

0 comments on commit a487a6a

Please sign in to comment.