fix: x11 capslock reference the wrong constant

This commit is contained in:
sleep2144985 2023-12-20 17:35:11 +08:00 committed by GitHub
parent 01e4fffcb8
commit 61b77ce3e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,