chore: add some special symbols (#384)

pull/381/head
Kbscript 2 years ago committed by GitHub
parent e54809db09
commit 294093d60d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,9 +3,11 @@ import { isff } from './utils';
// Special Keys
const _keyMap = {
backspace: 8,
'⌫': 8,
tab: 9,
clear: 12,
enter: 13,
'↩': 13,
return: 13,
esc: 27,
escape: 27,

Loading…
Cancel
Save