Skip to content

Commit

Permalink
fixing insert-key for x11
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosprinz committed Apr 29, 2016
1 parent 7720012 commit 3ce729f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/keycode.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ enum _MMKeyCode {
K_SHIFT = XK_Shift_L,
K_CAPSLOCK = XK_Shift_Lock,
K_SPACE = XK_space,
K_INSERT = XK_Insert,
K_PRINTSCREEN = XK_Print,

K_AUDIO_VOLUME_MUTE = XF86XK_AudioMute,
Expand Down

0 comments on commit 3ce729f

Please sign in to comment.