parent
a55b23dc2a
commit
6132f36e4f
@ -1,16 +0,0 @@
|
|||||||
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