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:54:20 +02:00 committed by Neil Jenkins
parent a9d8e60714
commit c6e2498639

View file

@ -12,6 +12,7 @@ var keys = {
46: 'delete',
191: '/',
219: '[',
220: '\\',
221: ']'
};