Skip to content

Commit

Permalink
Merge pull request #629 from sleep2144985/patch-1
Browse files Browse the repository at this point in the history
fix: x11 capslock reference the wrong constant
  • Loading branch information
vcaesar committed Dec 20, 2023
2 parents 01e4fff + 61b77ce commit eacf74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion key/keycode.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ enum _MMKeyCode {
K_SHIFT = XK_Shift_L,
K_LSHIFT = XK_Shift_L,
K_RSHIFT = XK_Shift_R,
K_CAPSLOCK = XK_Shift_Lock,
K_CAPSLOCK = XK_Caps_Lock,
K_SPACE = XK_space,
K_INSERT = XK_Insert,
K_PRINTSCREEN = XK_Print,
Expand Down

0 comments on commit eacf74f

Please sign in to comment.