Skip to content

Commit

Permalink
add cmd key support
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Dec 12, 2018
1 parent 7683bf2 commit cd784a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"f23"
"f24"

"cmd"
"command"
"alt"
"ctrl"
Expand Down
1 change: 1 addition & 0 deletions key/goKey.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ struct KeyNames{
{ "f23", K_F23 },
{ "f24", K_F24 },
//
{ "cmd", K_META },
{ "command", K_META },
{ "alt", K_ALT },
{ "ctrl", K_CONTROL },
Expand Down

0 comments on commit cd784a6

Please sign in to comment.