Closed cnaron closed 9 months ago
默认是通过这两行代码,将拼音显示在 comment 中的:
translator:
spelling_hints: 8 # corrector.lua :为了让错音错字提示的 Lua 同时适配全拼双拼,将拼音显示在 comment 中
always_show_comments: true # corrector.lua :Rime 默认在 preedit 等于 comment 时取消显示 comment,这里强制一直显示,供 corrector.lua 做判断用。
然后再通过 corrector.lua
判断,非错音错字则清空 comment。
你这样有没有可能是 Linux 下没有 librime-lua?同 https://github.com/iDvel/rime-ice/issues/431#issuecomment-1670045484 https://github.com/iDvel/rime-ice/issues/464#issuecomment-1703721449
或者你禁用了 corrector.lua
,如果是这样,还需要同时删除掉 spelling_hints
。
现在发现在搜索框就是好的(比如Google搜索),但是在含有文本程序的(比如Rider)就是有拼音。不知道怎么解决了。
重启之后发现都好了😁
不知道按了什么,导致现在这样的情况。想问下怎么在设置中去掉?谢谢