Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8ba92cb authored by Aaron Kling's avatar Aaron Kling Committed by Bruno Martins
Browse files

Fallback BUTTON_SELECT to BACK

Similar to 0b607447, BUTTON_SELECT currently falls back to MENU. This has
no known use. This fallback makes many non-android gamepads act
similarly to android specific gamepads, while giving apps the
opportunity to intercept the the keypress and handle it as before.

Change-Id: Id965fa79949dc0957e188ce4bb1bf5b125776852
parent ab2f343c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -563,7 +563,7 @@ key BUTTON_START {
}

key BUTTON_SELECT {
    base:                               fallback MENU
    base:                               fallback BACK
}

key BUTTON_MODE {