mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +11:00
make start and select work by default (#606)
Enter and Shift should be not all upper case by default (at least on my machine).
This commit is contained in:
commit
3dc828bae7
|
@ -7,8 +7,8 @@ const DefaultBindings = (): KeyBindings => {
|
||||||
B: "X",
|
B: "X",
|
||||||
L: "A",
|
L: "A",
|
||||||
R: "S",
|
R: "S",
|
||||||
Start: "ENTER",
|
Start: "Enter",
|
||||||
Select: "SHIFT",
|
Select: "Shift",
|
||||||
Up: "UP",
|
Up: "UP",
|
||||||
Down: "DOWN",
|
Down: "DOWN",
|
||||||
Left: "LEFT",
|
Left: "LEFT",
|
||||||
|
|
Loading…
Reference in a new issue