]> git.proxmox.com Git - mirror_novnc.git/blobdiff - core/input/vkeys.js
Sort vkeys table
[mirror_novnc.git] / core / input / vkeys.js
index dc784ffde1dbae0d596eed085e08e1a69a88e25c..66bf32f0eaa57749b520a6865fdd81ba145e360f 100644 (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',