Files
Christof Meerwald 1bb753f970 emacs: also need to handle unmapped keys (#13630)
If a key combination is not mapped by a keyboard layout, it generates
an unmapped key event instead of a key event. That means that emacs
also needs to handle those unmapped key events. A good example is
Ctrl+/ on a UK or US keyboard: this should run the command "undo" in
emacs, but is currently ignored as it doesn't generate any key event
(only an unmapped key event).
2026-01-14 18:20:54 +01:00
..