-
I’ve tried to modify the schema on the RIME side, but I found that the config settings are being overwritten by Fcitx5. I noticed that fcitx5-chewing has a setting for this—so I’m wondering, can I use the same config with fcitx5-rime? Or is this actually an issue with the RIME engine itself? |
Beta Was this translation helpful? Give feedback.
Answered by
wengxt
Jul 17, 2025
Replies: 1 comment 1 reply
-
Maybe this is helpful: https://github.com/rime/weasel/issues/267 librime is a black box to fcitx, fcitx will just forward all key to it. libchewing is somewhat different, engine will map key event to certain chewing API. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yapinxxx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe this is helpful: https://github.com/rime/weasel/issues/267
librime is a black box to fcitx, fcitx will just forward all key to it.
libchewing is somewhat different, engine will map key event to certain chewing API.