List of Modifiers and Keywords

Modifiers

  • shift

  • ctrl

  • alt

  • os - Command key (Mac), Windows key (Windows), Super key (Linux)

  • hyper - same as os + shift + alt + ctrl

  • meh - same as shift + alt + ctrl

Key Literals

Non-modifier keys supported include 0-1, a-z, and the keys in the following list:

return
tab
space
equal
minus
backspace
backslash
lbracket
rbracket
semicolon
quote
grave
period
comma
slash
delete
home
end
pageup
pagedown
insert
left
right
up
down
numpad_0
numpad_1
numpad_2
numpad_3
numpad_4
numpad_5
numpad_6
numpad_7
numpad_8
numpad_9
numpad_period
numpad_slash
numpad_asterisk
numpad_minus
numpad_enter
numpad_plus
f1
f2
f3
f4
f5
f6
f7
f8
f9
f10
f11
f12
f13
f14
f15
f16
f17
f18
f19
f20

Last updated