系统信息:
uname -a
Linux debian 5.10.0-22-amd64 #1 SMP Debian 5.10.178-3 (2023-04-22) x86_64 GNU/Linux
安装输入法
sudo apt install fcitx5-rime
fcitx5-rime的版本
dpkg -l fcitx5-rime
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-=================-============-============-====================================
ii fcitx5-rime:amd64 5.0.4-1 amd64 Rime input method support for fcitx5
这是我的配置文件内容
cat luna_pinyin.custom.yaml
patch:
'speller/algebra':
- erase/^xx$/ # 第一行保留
- derive/^([zcs])h/$1/ # zh, ch, sh => z, c, s
- derive/^([zcs])([^h])/$1h$2/ # z, c, s => zh, ch, sh
- derive/([ei])n$/$1ng/ # en => eng, in => ing
- derive/([ei])ng$/$1n/ # eng => en, ing => in
# 模糊音定義先於簡拼定義,方可令簡拼支持以上模糊音
- abbrev/^([a-z]).+$/$1/ # 簡拼(首字母)
- abbrev/^([zcs]h).+$/$1/ # 簡拼(zh, ch, sh)
放在
$HOME/config/fcitx5/rime/ 或 $HOME/.local/share/fcitx5/rime/ 中,都不起作用,为何?
1.我的配置文件有错吗?
2.应该把它放在哪里?