mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-22 07:13:08 -05:00
support \ in setKeyHandler()
This commit is contained in:
parent
a9d8e60714
commit
c6e2498639
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ var keys = {
|
|||
46: 'delete',
|
||||
191: '/',
|
||||
219: '[',
|
||||
220: '\\',
|
||||
221: ']'
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue