This commit is contained in:
matthewcmead 2017-02-24 14:45:09 +00:00 committed by GitHub
commit f8b78d20b1
1 changed files with 1 additions and 0 deletions

View File

@ -229,6 +229,7 @@ var KeyboardUtil = {};
case 0xbc: return KeyTable.XK_comma; case 0xbc: return KeyTable.XK_comma;
case 0xbd: return KeyTable.XK_minus; case 0xbd: return KeyTable.XK_minus;
case 0xbe: return KeyTable.XK_period; case 0xbe: return KeyTable.XK_period;
case 0xdb: return KeyTable.XK_bracketleft;
} }
return nonCharacterKey({keyCode: keycode}); return nonCharacterKey({keyCode: keycode});