fix:git rm Keymap.ts

pr675
黄云飞 4 years ago
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…
Cancel
Save