====== Fcitx - Inputmethod-Framework ======
Fcitx (Flexible Context-aware Input Tool with eXtension) ist ein leichtgewichtiges Eingabemethoden-Framework für Unix-ähnliche Betriebssysteme wie Linux. Es bietet Unterstützung für verschiedene Sprachen und Eingabemethoden und ist besonders nützlich für die Eingabe von nicht-lateinischen Schriftzeichen.
===== Installation =====
----
**Arch Linux:**
sudo pacman -S fcitx5 fcitx5-gtk fcitx5-qt fcitx5-configtool
===== Konfiguration =====
----
Set fcitx5 as your environment variable in your ''%%~/.zrofile%%'', or anything related to your profile file you're currently using.
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
===== Eingabemethoden hinzufügen =====
----
Starten Sie das Konfigurationstool mit dem Befehl and change your input, to whatever you like.
fcitx5-configtool
* https://fcitx-im.org/
* https://wiki.archlinux.org/title/Fcitx5