parent
51b275c8a9
commit
a55b23dc2a
@ -0,0 +1,16 @@
|
|||||||
|
export enum KeyMap {
|
||||||
|
Delete = 'Delete',
|
||||||
|
Backspace = 'Backspace',
|
||||||
|
Enter = 'Enter',
|
||||||
|
Left = 'ArrowLeft',
|
||||||
|
Right = 'ArrowRight',
|
||||||
|
Up = 'ArrowUp',
|
||||||
|
Down = 'ArrowDown',
|
||||||
|
ESC = 'Escape',
|
||||||
|
A = 'a',
|
||||||
|
C = 'c',
|
||||||
|
S = 's',
|
||||||
|
X = 'x',
|
||||||
|
Y = 'y',
|
||||||
|
Z = 'z'
|
||||||
|
}
|
||||||
Loading…
Reference in new issue