Skip to content

Commit 3ce729f

Browse files
committed
fixing insert-key for x11
1 parent 7720012 commit 3ce729f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/keycode.h

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ enum _MMKeyCode {
111111
K_SHIFT = XK_Shift_L,
112112
K_CAPSLOCK = XK_Shift_Lock,
113113
K_SPACE = XK_space,
114+
K_INSERT = XK_Insert,
114115
K_PRINTSCREEN = XK_Print,
115116

116117
K_AUDIO_VOLUME_MUTE = XF86XK_AudioMute,

0 commit comments

Comments
 (0)