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

Commit 16d42def authored by Emilie Roberts's avatar Emilie Roberts
Browse files

Remove ESC key fallback mapping

The escape key has a fallback "back" behaviour. On ChromeOS
or tablets with bluetooth/attached keyboards, pressing the ESC
key can unexpectedly close applications. This removes the
fallback mapping so that ESC does nothing.

Bug: 71907807
Test: Manual testing on Marlin
Change-Id: I747f0bd743ec117e6ae47fae527600a3ab5690ba
parent 3a247b19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -472,7 +472,7 @@ key PLUS {
### Non-printing keys ###

key ESCAPE {
    base:                               fallback BACK
    base:                               none
    alt, meta:                          fallback HOME
    ctrl:                               fallback MENU
}
+1 −1
Original line number Diff line number Diff line
@@ -469,7 +469,7 @@ key PLUS {
### Non-printing keys ###

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