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",
L: "A",
R: "S",
Start: "ENTER",
Select: "SHIFT",
Start: "Enter",
Select: "Shift",
Up: "UP",
Down: "DOWN",
Left: "LEFT",