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

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

Fallback ESC to BACK

The current keyboard shortcut for BACK is ctrl-alt-del, which
doesn't even work. Allowing ESC to act as BACK matches what some
vendors are already doing downstream.

Change-Id: I5df5dbedb84d364ac5a56cdf159f2ce9747e6ecc
parent 68546bb7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -499,7 +499,7 @@ key PLUS {
### Non-printing keys ###
### Non-printing keys ###


key ESCAPE {
key ESCAPE {
    base:                               none
    base:                               fallback BACK
    alt:                                fallback HOME
    alt:                                fallback HOME
    ctrl:                               fallback MENU
    ctrl:                               fallback MENU
}
}