Skip to content

Commit 48c432f

Browse files
committed
Fixed F9 key
Would previously hit F19
1 parent d5096fe commit 48c432f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/keycode.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ enum _MMKeyCode {
114114
K_F6 = VK_F6,
115115
K_F7 = VK_F7,
116116
K_F8 = VK_F8,
117-
K_F9 = VK_F19,
117+
K_F9 = VK_F9,
118118
K_F10 = VK_F10,
119119
K_F11 = VK_F11,
120120
K_F12 = VK_F12,

0 commit comments

Comments
 (0)