fix tab-key handling

This commit is contained in:
Brenden Tuck 2019-03-25 22:39:58 -04:00
parent 25c6ecc086
commit f6d76eb692

View file

@ -13,6 +13,7 @@ let defaultin_plugin = (function () {
// check for important keys
switch (event.which) {
case 9: // ignore tab key -- allows normal focus control
case 16: // ignore shift
case 17: // ignore alt
case 18: // ignore control