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