Skip to content

Commit

Permalink
chore: add some special symbols (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKou47 authored Aug 19, 2022
1 parent e54809d commit 294093d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/var.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 294093d

Please sign in to comment.