Files
linux-wiki/content/deepin折腾笔记/第六章/6.4.md
2021-10-21 14:57:58 +08:00

20 lines
1.4 KiB
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 6.4 安装中州韵 fcitx-rime 输入法
请卸载搜狗拼音输入法为了避开奇怪问题建议先彻底卸载fcitx和RIME输入法。
`sudo apt purge fcitx* *rime*`
`sudo apt autoremove --purge`
尝试重启或者注销电脑也可尝试杀掉所有fcitx进程killall fcitx
确认这条命令没有任何输出pgrep fcitx
删除旧配置「注意!该命令只有-r前后有空格如果不理解请图形界面手动删除」
rm -r ~/.config/fcitx
其中~代表主目录。
安装fcitx-rimesudo apt install fcitx-rime
测试fcitx-autostart
如果还无法使用中州韵,托盘输入法图标右键“配置”手动添加。
Ctrl+Alt+P可切换内嵌编辑模式PreeditStringInClientWindow=False
下载配置、词库和皮肤https://www.github.com/loaden/rime
覆盖到 ~/.config/fcitx/rime 目录下,托盘输入法图标右键菜单“重新部署”。
将 skin 目录移动到 ~/.config/fcitx 目录下可实现自定义皮肤。
输入法配置快捷键Ctrl+` 或 Ctrl+Shift+` 或 Ctrl+0 或 F4。
常见用法详见https://github.com/loaden/rime/blob/master/README.md
更多用法需要参考配置文件含custom的yaml中的注释。