Skip to content

Commit

Permalink
Insert isn't a valid key on Mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed May 8, 2016
1 parent 54c65c3 commit ac0d16b
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 @@ -48,7 +48,7 @@ enum _MMKeyCode {
K_SHIFT = kVK_Shift,
K_CAPSLOCK = kVK_CapsLock,
K_SPACE = kVK_Space,
K_INSERT = kVK_Insert,
K_INSERT = K_NOT_A_KEY,
K_PRINTSCREEN = K_NOT_A_KEY,

K_AUDIO_VOLUME_MUTE = 1007,
Expand Down

0 comments on commit ac0d16b

Please sign in to comment.