mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
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).