Skip to content

Commit

Permalink
Do not break linux or mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
zenflow committed Dec 26, 2016
1 parent 96220f1 commit 85c5b9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/keycode.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ enum _MMKeyCode {
K_SPACE = kVK_Space,
K_INSERT = K_NOT_A_KEY,
K_PRINTSCREEN = K_NOT_A_KEY,
K_MENU = K_NOT_A_KEY,

K_NUMPAD_0 = kVK_ANSI_Keypad0,
K_NUMPAD_1 = kVK_ANSI_Keypad1,
Expand Down Expand Up @@ -150,6 +151,7 @@ enum _MMKeyCode {
K_SPACE = XK_space,
K_INSERT = XK_Insert,
K_PRINTSCREEN = XK_Print,
K_MENU = K_NOT_A_KEY,

K_NUMPAD_0 = K_NOT_A_KEY,
K_NUMPAD_1 = K_NOT_A_KEY,
Expand Down

0 comments on commit 85c5b9f

Please sign in to comment.