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

Commit 2c34f8ce authored by Aaron Kling's avatar Aaron Kling Committed by Jan Altensen
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 b6ce4705
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -498,7 +498,7 @@ key PLUS {
### Non-printing keys ###
### Non-printing keys ###


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