@relu-interactives/spatial-ecs
@relu-interactives/spatial-ecs / index / KeyboardKeys
Variable: KeyboardKeys ​
ts
const KeyboardKeys: {
A: "a";
B: "b";
C: "c";
D: "d";
E: "e";
F: "f";
G: "g";
H: "h";
I: "i";
J: "j";
K: "k";
L: "l";
M: "m";
N: "n";
O: "o";
P: "p";
Q: "q";
R: "r";
S: "s";
T: "t";
U: "u";
V: "v";
W: "w";
X: "x";
Y: "y";
Z: "z";
Digit0: "0";
Digit1: "1";
Digit2: "2";
Digit3: "3";
Digit4: "4";
Digit5: "5";
Digit6: "6";
Digit7: "7";
Digit8: "8";
Digit9: "9";
Space: " ";
Enter: "enter";
Escape: "escape";
Tab: "tab";
Backspace: "backspace";
Delete: "delete";
Insert: "insert";
Home: "home";
End: "end";
PageUp: "pageup";
PageDown: "pagedown";
ArrowUp: "arrowup";
ArrowDown: "arrowdown";
ArrowLeft: "arrowleft";
ArrowRight: "arrowright";
Shift: "shift";
ShiftLeft: "shiftleft";
ShiftRight: "shiftright";
Control: "control";
ControlLeft: "controlleft";
ControlRight: "controlright";
Alt: "alt";
Meta: "meta";
CapsLock: "capslock";
NumLock: "numlock";
ScrollLock: "scrolllock";
Pause: "pause";
PrintScreen: "printscreen";
ContextMenu: "contextmenu";
Minus: "-";
Equal: "=";
BracketLeft: "[";
BracketRight: "]";
Backslash: "\";
Semicolon: ";";
Quote: "'";
Backquote: "`";
Comma: ",";
Period: ".";
Slash: "/";
F1: "f1";
F2: "f2";
F3: "f3";
F4: "f4";
F5: "f5";
F6: "f6";
F7: "f7";
F8: "f8";
F9: "f9";
F10: "f10";
F11: "f11";
F12: "f12";
};Defined in: systems/keyboardKeys.ts:1

