diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-02 08:34:36 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-02 08:34:36 -0600 |
| commit | 7de7885ba13e616eb796de77cb2cf44a37884402 (patch) | |
| tree | c85f6a5f251b7c2a1de0088576c4c19c56d07305 /.gitignore | |
| parent | f001d2a06e98de7e09fe302d8bb4156f810708c4 (diff) | |
| download | dotemacs-7de7885ba13e616eb796de77cb2cf44a37884402.tar.gz dotemacs-7de7885ba13e616eb796de77cb2cf44a37884402.zip | |
feat(keyboard): add GUI key translation for M-S- bindings
Rename terminal-compat.el to keyboard-compat.el and add GUI support.
Problem: M-S-o and other Meta+Shift bindings didn't work in GUI mode.
GUI Emacs receives M-O (uppercase) but bindings use M-S-o syntax.
Terminal can't use M-O due to arrow key escape sequence conflicts.
Solution: Use key-translation-map in GUI mode to translate M-O -> M-S-o
for all 18 Meta+Shift keybindings. Terminal fixes unchanged.
Also fix two test issues:
- Remove expected-fail from expand-weekly test (timezone fix resolved it)
- Add helpful install messages to dependency-checking tests
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
