mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-31 06:13:55 +00:00
Fixed spelling error
This commit is contained in:
parent
00dc0fb0ac
commit
3599bb4277
@ -163,7 +163,7 @@ enum _MMKeyCode {
|
||||
|
||||
K_META = XK_Super_L,
|
||||
K_ALT = XK_Alt_L,
|
||||
K_LALT = VK_Alt_L,
|
||||
K_LALT = XK_Alt_L,
|
||||
K_RALT = XK_Alt_R,
|
||||
K_CONTROL = XK_Control_L,
|
||||
K_LCONTROL = XK_Control_L,
|
||||
|
Loading…
Reference in New Issue
Block a user