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:
Corwin 2024-04-05 01:04:39 +01:00 committed by GitHub
commit 3dc828bae7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",