doomemacs/modules/os
Henrik Lissner 0a38eeef4c
fix(tty): meta keybinds in KKP supported terminals
In a KKP supported terminal, Emacs now receives a number of new input
events from the terminal, like [M-return] and [M-tab], but if they
aren't bound to, they don't fall through to bindings on "M-RET" and
"M-TAB", like [return], [tab], and others do, thus rendering those
keybinds inaccessible. Rather than play whack-a-mole with all the
keymaps out there, I just teach Emacs to let them fall through.

X->Y remappings on `local-function-key-map` do not apply if anything is
bound explicitly to X, so this change bows out if you (or packages, in
the future) do, for some reason, want to bind to them directly.
2024-08-30 21:26:11 -04:00
..
macos nit: comment revision & reformatting 2024-08-15 23:18:47 -04:00
tty fix(tty): meta keybinds in KKP supported terminals 2024-08-30 21:26:11 -04:00
README.org revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00

:os

Description

Modules in this category are designed to improve compatibility with certain operating systems or OS features (like the shell).

Frequently asked questions

This category has no FAQs yet. Ask one?