mirror of
https://github.com/danbulant/console-hub
synced 2026-06-19 14:31:13 +00:00
Better input
This commit is contained in:
parent
de92e39f34
commit
e39b65860d
1 changed files with 4 additions and 2 deletions
|
|
@ -177,7 +177,8 @@ class Controls extends EventEmitter {
|
|||
backward: "a1+",
|
||||
left: "a0-",
|
||||
right: "a0+",
|
||||
options: "b9"
|
||||
options: "b9",
|
||||
cancel: "b1"
|
||||
}
|
||||
break;
|
||||
case "KEY1":
|
||||
|
|
@ -189,7 +190,8 @@ class Controls extends EventEmitter {
|
|||
backward: "k-s",
|
||||
left: "k-a",
|
||||
right: "k-d",
|
||||
options: "k-Escape"
|
||||
options: "k-Escape",
|
||||
cancel: "k-Backspace"
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue