Skip to content

Commit

Permalink
Fixed F9 key
Browse files Browse the repository at this point in the history
Would previously hit F19
  • Loading branch information
ligustah committed Dec 20, 2015
1 parent d5096fe commit 48c432f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keycode.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ enum _MMKeyCode {
K_F6 = VK_F6,
K_F7 = VK_F7,
K_F8 = VK_F8,
K_F9 = VK_F19,
K_F9 = VK_F9,
K_F10 = VK_F10,
K_F11 = VK_F11,
K_F12 = VK_F12,
Expand Down

0 comments on commit 48c432f

Please sign in to comment.