add key Ctrl [ abbreviation ] support

This commit is contained in:
vcaesar 2018-12-11 11:57:08 -04:00
parent 0270af042b
commit 14a50deec6
2 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@
"f24" "f24"
"command" "command"
"alt" "alt"
"ctrl"
"control" "control"
"shift" "shift"
"right_shift" "right_shift"

View File

@ -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 },