Skip to content

Commit

Permalink
Compatible with "fcitx5" envrionment variable (AvaloniaUI#16434)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkwpsv authored and walterlv committed Aug 1, 2024
1 parent 49368bb commit 9190d25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Avalonia.FreeDesktop/DBusIme/X11DBusImeHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ internal class X11DBusImeHelper
{
["fcitx"] = static conn =>
new DBusInputMethodFactory<FcitxX11TextInputMethod>(_ => new FcitxX11TextInputMethod(conn)),
["fcitx5"] = static conn =>
new DBusInputMethodFactory<FcitxX11TextInputMethod>(_ => new FcitxX11TextInputMethod(conn)),
["ibus"] = static conn =>
new DBusInputMethodFactory<IBusX11TextInputMethod>(_ => new IBusX11TextInputMethod(conn))
};
Expand Down

0 comments on commit 9190d25

Please sign in to comment.