mirror of
https://github.com/fastmail/Squire.git
synced 2024-12-22 15:23:29 -05:00
support / in setKeyHandler()
This commit is contained in:
parent
724611477d
commit
a9d8e60714
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ var keys = {
|
||||||
37: 'left',
|
37: 'left',
|
||||||
39: 'right',
|
39: 'right',
|
||||||
46: 'delete',
|
46: 'delete',
|
||||||
|
191: '/',
|
||||||
219: '[',
|
219: '[',
|
||||||
221: ']'
|
221: ']'
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue