mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
make start and select work by default
This commit is contained in:
parent
b0f9e65d66
commit
994e1fe717
|
@ -7,8 +7,8 @@ const DefaultBindings = (): KeyBindings => {
|
|||
B: "X",
|
||||
L: "A",
|
||||
R: "S",
|
||||
Start: "ENTER",
|
||||
Select: "SHIFT",
|
||||
Start: "Enter",
|
||||
Select: "Shift",
|
||||
Up: "UP",
|
||||
Down: "DOWN",
|
||||
Left: "LEFT",
|
||||
|
|
Loading…
Reference in a new issue