aboutsummaryrefslogtreecommitdiff
path: root/modules/host-environment.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-02 08:34:36 -0600
committerCraig Jennings <c@cjennings.net>2026-02-02 08:34:36 -0600
commitd89b1765a1c9f77ef82ab3db5a1e4299299ec6bb (patch)
treed6dc08124e19e26491cbd0f0069b9f8cfeadf689 /modules/host-environment.el
parent5bb732910cac405b21a9d6b4ac79280021997cec (diff)
downloaddotemacs-d89b1765a1c9f77ef82ab3db5a1e4299299ec6bb.tar.gz
dotemacs-d89b1765a1c9f77ef82ab3db5a1e4299299ec6bb.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 'modules/host-environment.el')
0 files changed, 0 insertions, 0 deletions