]> git.eshelyaron.com Git - emacs.git/commit
Always use XKB to translate keysyms when no input method is available
authorPo Lu <luangruo@yahoo.com>
Tue, 28 Jun 2022 01:40:22 +0000 (09:40 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 28 Jun 2022 01:40:30 +0000 (09:40 +0800)
commitdea5c528bd8263b57a8619eac3e66e04f9ab31a4
tree7fb3054b3a4f640d5388b0399bf953249dc92dc2
parent7565dfd268671c8d5388e8b9fe823367c206c131
Always use XKB to translate keysyms when no input method is available

* src/xterm.c (handle_one_xevent) [HAVE_XKB]: Also use XKB to
handle core KeyPress events.
src/xterm.c