mirror of
https://github.com/go-vgo/robotgo.git
synced 2025-05-31 06:13:55 +00:00
add key Ctrl [ abbreviation ] support
This commit is contained in:
parent
0270af042b
commit
14a50deec6
@ -40,6 +40,7 @@
|
||||
"f24"
|
||||
"command"
|
||||
"alt"
|
||||
"ctrl"
|
||||
"control"
|
||||
"shift"
|
||||
"right_shift"
|
||||
|
@ -60,6 +60,7 @@ struct KeyNames{
|
||||
{ "f24", K_F24 },
|
||||
{ "command", K_META },
|
||||
{ "alt", K_ALT },
|
||||
{ "ctrl", K_CONTROL },
|
||||
{ "control", K_CONTROL },
|
||||
{ "shift", K_SHIFT },
|
||||
{ "right_shift", K_RIGHTSHIFT },
|
||||
|
Loading…
Reference in New Issue
Block a user