mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Linux: Turn off IME unless the GLFW_IM_MODULE=ibus env var is set
This commit is contained in:
parent
d2b900c77f
commit
0fa12a687d
2 changed files with 5 additions and 2 deletions
|
|
@ -13,6 +13,10 @@ Changelog
|
|||
font fallback for all subsequent characters that cannot be rendered in the
|
||||
main font to fail (:iss:`799`)
|
||||
|
||||
- Linux: Do not enable IME input via ibus unless the ``GLFW_IM_MODULE=ibus``
|
||||
environment variable is set. IME causes key processing latency and even
|
||||
missed keystrokes for many people, so it is now off by default.
|
||||
|
||||
- Fix backspacing of wide characters in wide-character unaware programs not working (:iss:`875`)
|
||||
|
||||
- Linux: Fix number pad arrow keys not working when Numlock is off (:iss:`857`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue