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

Commit b29243b6 authored by Emilie Roberts's avatar Emilie Roberts Committed by Android (Google) Code Review
Browse files

Merge "Add Ctrl-Alt-Backspace to Back mapping"

parents 568849b9 3abea7fe
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -477,6 +477,10 @@ key ESCAPE {
    ctrl:                               fallback MENU
}

key DEL {
    ctrl+alt:                           fallback BACK
}

### Gamepad buttons ###

key BUTTON_A {
+4 −0
Original line number Diff line number Diff line
@@ -474,6 +474,10 @@ key ESCAPE {
    ctrl:                               fallback MENU
}

key DEL {
    ctrl+alt:                           fallback BACK
}

### Gamepad buttons ###

key BUTTON_A {