diff options
| -rw-r--r-- | data/keyboards/Generic.kcm | 4 | ||||
| -rw-r--r-- | data/keyboards/Virtual.kcm | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/data/keyboards/Generic.kcm b/data/keyboards/Generic.kcm index 1ef74ba5e1a2..4184d3e647d9 100644 --- a/data/keyboards/Generic.kcm +++ b/data/keyboards/Generic.kcm @@ -477,6 +477,10 @@ key ESCAPE { ctrl: fallback MENU } +key DEL { + ctrl+alt: fallback BACK +} + ### Gamepad buttons ### key BUTTON_A { diff --git a/data/keyboards/Virtual.kcm b/data/keyboards/Virtual.kcm index c4647e04f3c3..1d05ab305836 100644 --- a/data/keyboards/Virtual.kcm +++ b/data/keyboards/Virtual.kcm @@ -474,6 +474,10 @@ key ESCAPE { ctrl: fallback MENU } +key DEL { + ctrl+alt: fallback BACK +} + ### Gamepad buttons ### key BUTTON_A { |