fix:git rm Keymap.ts

This commit is contained in:
黄云飞
2022-07-01 18:02:42 +08:00
parent a55b23dc2a
commit 6132f36e4f
-16
View File
@@ -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'
}