0
Fork 0
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:
Limon Monte 2021-01-28 13:43:01 +02:00 committed by Neil Jenkins
parent 724611477d
commit a9d8e60714

View file

@ -10,6 +10,7 @@ var keys = {
37: 'left',
39: 'right',
46: 'delete',
191: '/',
219: '[',
221: ']'
};