I'm a Brazilian Portuguese native speaker, and, as such, I'm in need of the ç
, not ć
— which I believe is used in way less popular languages, so why is it the default??? —, so, in the past, I've followed tutorials like these, in order to override this behavior:
- Ask Ubuntu - How to type latin small letter c with cedilla
- @nilo's Gist on How to Configure the Cedilla
- My Notes on How to Configure Cedilla on Artix
Recently, I've restarted learning Korean, and so I installed FCITX to have an input method for their different symbols. However, in FCITX's configuration, it is recommended/required for you to add this to your environment:
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export SDL_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
which conflicts with the last step in the above mentioned cedilla configuration of:
export GTK_IM_MODULE=cedilla
export QT_IM_MODULE=cedilla
How am I supposed to work around this? Is there a way of overriding FCITX only for cedilla somehow? I think that would probably be the easiest method.