mirror of
https://github.com/go-vgo/robotgo
synced 2026-05-24 02:08:33 +00:00
update key docs
This commit is contained in:
parent
6550f4af67
commit
54947c5065
1 changed files with 9 additions and 9 deletions
18
docs/keys.md
18
docs/keys.md
|
|
@ -43,20 +43,20 @@
|
|||
"f23"
|
||||
"f24"
|
||||
|
||||
"cmd"
|
||||
"lcmd"
|
||||
"rcmd"
|
||||
"cmd" is the "win" key for windows
|
||||
"lcmd" left command
|
||||
"rcmd" right command
|
||||
"command"
|
||||
"alt"
|
||||
"lalt"
|
||||
"ralt"
|
||||
"lalt" left alt
|
||||
"ralt" right alt
|
||||
"ctrl"
|
||||
"lctrl"
|
||||
"rctrl"
|
||||
"lctrl" left ctrl
|
||||
"rctrl" right ctrl
|
||||
"control"
|
||||
"shift"
|
||||
"lshift"
|
||||
"rshift"
|
||||
"lshift" left shift
|
||||
"rshift" right shift
|
||||
"right_shift"
|
||||
"capslock"
|
||||
"space"
|
||||
|
|
|
|||
Loading…
Reference in a new issue