Merge pull request #629 from sleep2144985/patch-1

fix: x11 capslock reference the wrong constant
This commit is contained in:
Evans 2023-12-20 09:21:17 -08:00 committed by GitHub
commit eacf74f488
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,