mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 10:37:16 +01:00
fix tab-key handling
This commit is contained in:
parent
25c6ecc086
commit
f6d76eb692
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue