Luna::HID::KeyCode
enum KeyCode : u16
{
esc
f1
f2
f3
f4
f5
f6
f7
f8
f9
f10
f11
f12
grave
num0
num1
num2
num3
num4
num5
num6
num7
num8
num9
equal
minus
backspace
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
tab
caps_lock
enter
ctrl
l_ctrl
r_ctrl
shift
l_shift
r_shift
menu
l_menu
r_menu
l_system
r_system
apps
spacebar
l_branket
r_branket
backslash
semicolon
quote
comma
period
slash
print_screen
scroll_lock
pause
insert
home
page_up
page_down
del
end
left
up
right
down
num_lock
numpad0
numpad1
numpad2
numpad3
numpad4
numpad5
numpad6
numpad7
numpad8
numpad9
}
A platform-independent key code mapping for standard QWERTY keyboard.
Options
-
ESC key.
-
F1 key.
-
F2 key.
-
F3 key.
-
F4 key.
-
F5 key.
-
F6 key.
-
F7 key.
-
F8 key.
-
F9 key.
-
F10 key.
-
F11 key.
-
F12 key.
-
~ key.
-
0 key.
-
1 key.
-
2 key.
-
3 key.
-
4 key.
-
5 key.
-
6 key.
-
7 key.
-
8 key.
-
9 key.
-
=+ key.
-
-_ key.
-
Backspace key.
-
A key.
-
B key.
-
C key.
-
D key.
-
E key.
-
F key.
-
G key.
-
H key.
-
I key.
-
J key.
-
K key.
-
L key.
-
M key.
-
N key.
-
O key.
-
P key.
-
Q key.
-
R key.
-
S key.
-
T key.
-
U key.
-
V key.
-
W key.
-
X key.
-
Y key.
-
Z key.
-
Tab key.
-
CapsLock key.
-
Enter key.
-
Control key on any side.
-
Left control key.
-
Right control key.
-
Shift key on any side.
-
Left shift key.
-
Right shift key.
-
Alt key on Windows, option key on Mac, on any side.
-
Left alt key on Windows, left option key on Mac.
-
Right alt key on Windows, right option key on Mac.
-
Left Windows key on Windows, left command key on Mac.
-
Right Windows key on Windows, right command key on Mac.
-
Applications key on Windows, usually the at the right of the right Windows key. Not all keyboards have this key.
-
Spacebar key.
-
[{ key on US standard keyboard
-
]} key on US standard keyboard
-
| key on US standard keyboard
-
;: key on US standard keyboard
-
'" key on US standard keyboard
-
,< key
-
.> key
-
/? key on US standard keyboard
-
Print screen key.
-
Scroll lock key.
-
Pause key.
-
Insert key.
-
Home key.
-
Page up key.
-
Page down key.
-
Delete key.
-
End key.
-
Left arrow key.
-
Up arrow key.
-
Right arrow key.
-
Down arrow key.
-
Number lock key on Windows, clear key on Mac.
-
0 key on the number pad.
-
1 key on the number pad.
-
2 key on the number pad.
-
3 key on the number pad.
-
4 key on the number pad.
-
5 key on the number pad.
-
6 key on the number pad.
-
7 key on the number pad.
-
8 key on the number pad.
-
9 key on the number pad.