mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-23 17:59:12 +00:00
fix: x11 capslock reference the wrong constant
This commit is contained in:
parent
01e4fffcb8
commit
61b77ce3e1
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue