robotgo/docs/keys.md

80 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2017-02-24 18:42:29 +00:00
# Keys
2017-02-24 12:33:58 +00:00
2017-03-10 15:07:41 +00:00
```Go
2017-03-15 08:50:45 +00:00
"backspace"
2017-02-24 12:33:58 +00:00
"delete"
"enter"
"tab"
"escape"
2017-03-02 13:50:44 +00:00
"up" Up arrow key
"down" Down arrow key
"right" Right arrow key
"left" Left arrow key
2017-02-24 12:33:58 +00:00
"home"
"end"
"pageup"
"pagedown"
"f1"
"f2"
"f3"
"f4"
"f5"
"f6"
"f7"
"f8"
"f9"
"f10"
"f11"
"f12"
"f13"
"f14"
"f15"
"f16"
"f17"
"f18"
"f19"
"f20"
"f21"
"f22"
"f23"
"f24"
"command"
"alt"
"control"
"shift"
"right_shift"
"space"
"printscreen" No Mac support
"insert" No Mac support
2017-02-24 12:50:59 +00:00
"menu" Windows only
2017-02-24 12:33:58 +00:00
2017-03-02 13:50:44 +00:00
"audio_mute" Mute the volume
"audio_vol_down" Lower the volume
"audio_vol_up" Increase the volume
2017-02-24 12:33:58 +00:00
"audio_play"
"audio_stop"
2017-03-02 13:50:44 +00:00
"audio_pause"
"audio_prev" Previous Track
"audio_next" Next Track
2017-02-24 12:33:58 +00:00
"audio_rewind" Linux only
"audio_forward" Linux only
"audio_repeat" Linux only
"audio_random" Linux only
2017-02-24 12:50:59 +00:00
"numpad_0" No Linux support
"numpad_1" No Linux support
"numpad_2" No Linux support
"numpad_3" No Linux support
"numpad_4" No Linux support
"numpad_5" No Linux support
"numpad_6" No Linux support
"numpad_7" No Linux support
"numpad_8" No Linux support
"numpad_9" No Linux support
2017-02-24 12:33:58 +00:00
2017-03-02 13:50:44 +00:00
"lights_mon_up" Turn up monitor brightness No Windows support
"lights_mon_down" Turn down monitor brightness No Windows support
"lights_kbd_toggle" Toggle keyboard backlight on/off No Windows support
"lights_kbd_up" Turn up keyboard backlight brightness No Windows support
2017-03-10 15:07:41 +00:00
"lights_kbd_down" Turn down keyboard backlight brightness No Windows support
```