Sort vkeys table

This commit is contained in:
Pierre Ossman 2018-07-04 15:53:41 +02:00
parent 8acadd9e97
commit 1073b60155
1 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,7 @@ export default {
0x08: 'Backspace',
0x09: 'Tab',
0x0a: 'NumpadClear',
0x0c: 'Numpad5', // IE11 sends evt.keyCode: 12 when numlock is off
0x0d: 'Enter',
0x10: 'ShiftLeft',
0x11: 'ControlLeft',
@ -58,7 +59,6 @@ export default {
0x63: 'Numpad3',
0x64: 'Numpad4',
0x65: 'Numpad5',
0x0c: 'Numpad5', // IE11 sends evt.keyCode: 12 when numlock is off
0x66: 'Numpad6',
0x67: 'Numpad7',
0x68: 'Numpad8',