Difference between revisions of "Translations:Using Fcitx 5 on Wayland/52/en"

From Fcitx
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 11:44, 4 March 2025

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Using Fcitx 5 on Wayland)
=== Sway ===
* Application/Compositor uses text-input-v3
* Comopositor/Application uses zwp_input_method_v2, but it's partially implemented. You will need [https://github.com/swaywm/sway/pull/7226 this pull request] to make it show the popup candidate window for text-input-v3 client.
* fcitx im module also works.
* Qt need to use QT_IM_MODULE=fcitx since there is no text-input-v2 support.
Translation=== Sway ===
* Application/Compositor uses text-input-v3
* Comopositor/Application uses zwp_input_method_v2, but it's partially implemented. You will need [https://github.com/swaywm/sway/pull/7226 this pull request] to make it show the popup candidate window for text-input-v3 client.
* fcitx im module also works.
* Qt need to use QT_IM_MODULE=fcitx since there is no text-input-v2 support.

Sway

  • Application/Compositor uses text-input-v3
  • Comopositor/Application uses zwp_input_method_v2, but it's partially implemented. You will need this pull request to make it show the popup candidate window for text-input-v3 client.
  • fcitx im module also works.
  • Qt need to use QT_IM_MODULE=fcitx since there is no text-input-v2 support.