mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 02:08:33 +00:00
add key Ctrl [ abbreviation ] support
This commit is contained in:
parent
0270af042b
commit
14a50deec6
2 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue