]> git.eshelyaron.com Git - emacs.git/commit
Disable XkbLC_ControlFallback
authorPo Lu <luangruo@yahoo.com>
Sat, 26 Aug 2023 01:38:34 +0000 (09:38 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 26 Aug 2023 01:38:34 +0000 (09:38 +0800)
commit4a6b32f72fff698fcef9cd583d0561f02687b9f2
tree4faf21fd03c95e0da54189f9c405605bd2a26371
parent64269125156836060eb95b28b01b877c74e800d8
Disable XkbLC_ControlFallback

* src/xterm.c (handle_one_xevent) <XI_KeyPress>: Fix typos within
the commentary.
(x_term_init) [HAVE_XKB]: Disable the ControlFallback library
control, lest Xlib map function keys with ControlMask set to
ASCII keysyms within inactive groups.
src/xterm.c