Merge 72a5eec1cf into b56d975248
This commit is contained in:
commit
f8b78d20b1
|
|
@ -229,6 +229,7 @@ var KeyboardUtil = {};
|
|||
case 0xbc: return KeyTable.XK_comma;
|
||||
case 0xbd: return KeyTable.XK_minus;
|
||||
case 0xbe: return KeyTable.XK_period;
|
||||
case 0xdb: return KeyTable.XK_bracketleft;
|
||||
}
|
||||
|
||||
return nonCharacterKey({keyCode: keycode});
|
||||
|
|
|
|||
Loading…
Reference in New Issue