Browse Source
* [X11] Clean up IME inconsistencies * Fix where combinations like `GTK_IM_MODULE=none XMODIFIERS=@im=fcitx` can actually enable IME instead of forbid it - this is consistent with `AvaloniaX11Platform.EnableIme()` * XIM should always be used if none of `IM_MODULE` is set (instead of only when they are explicitly set to `xim`) * [X11] Try connecting to IMEs specified in `XMODIFIERS=@im=` through D-Bus before falling back to XIM * [X11] Refine `XMODIFIERS=@im=` parsing * Only the first one specified will be parsed and acceptedpull/20295/head
committed by
GitHub
2 changed files with 28 additions and 18 deletions
Loading…
Reference in new issue