rime / rime-double-pinyin

雙拼輸入方案
GNU General Public License v3.0
389 stars 96 forks source link

在双拼模式下无法输出简化字? #3

Closed w4irdo closed 4 years ago

w4irdo commented 5 years ago

你好,非常喜欢小狼毫输入法这个软件。在使用自然码双拼时找了很久也没设置好输出简体字这个功能呢?请问该如何操作,谢谢。

lc11535 commented 5 years ago

你好,非常喜欢小狼毫输入法这个软件。在使用自然码双拼时找了很久也没设置好输出简体字这个功能呢?请问该如何操作,谢谢。

你的这个问题根本不是问题,自己多摸索就好了,我是今天才换这个输入法的 解决办法: 在这个文件--"C:\Users\yourname\AppData\Roaming\Rime\double_pinyin_mspy.schema.yaml"的末尾加入下面这些内容: simplifier: option_name: zh_simp

w4irdo commented 5 years ago

谢谢,还是个小白,找了蛮久了。

lc11535 notifications@github.com于2019年5月7日 周二下午7:51写道:

你的这个问题根本不是问题,自己多摸索就好了,我是今天才换这个输入法的 解决办法:

在这个文件--"C:\Users\yourname\AppData\Roaming\Rime\double_pinyin_mspy.schema.yaml"的末尾加入下面这些内容: simplifier: option_name: zh_simp

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rime/rime-double-pinyin/issues/3#issuecomment-490047228, or mute the thread https://github.com/notifications/unsubscribe-auth/AJ3PQQELQHR2HUMVKH2A7ODPUFUNZANCNFSM4HI5RSOQ .

XiaoZiYuan commented 4 years ago

你好,非常喜欢小狼毫输入法这个软件。在使用自然码双拼时找了很久也没设置好输出简体字这个功能呢?请问该如何操作,谢谢。

按照官方手册作如下操作即可

一例、定製簡化字輸出

此外 不要在double_pinyin_mspy.schema.yaml 后面添加楼上说的这个

simplifier:
option_name: zh_simp

否则官方的转换配置不起作用

其他资料:官方wiki

lotem commented 4 years ago

使用方案選單 https://github.com/rime/home/wiki/UserGuide#%E4%BD%BF%E7%94%A8%E6%96%B9%E6%A1%88%E9%81%B8%E5%96%AE

繁簡字切換 https://github.com/rime/home/wiki/UserGuide#%E7%B9%81%E7%B0%A1%E5%AD%97%E5%88%87%E6%8F%9B

yxsongbo commented 4 years ago

我之前使用apt install fcitx-rime可以正常切换简化字,使用curl -fsSL https://git.io/rime-install | bash 之后就不能正常切换到简体字了

izumiChan16 commented 3 years ago

以小鹤双拼为例,打开用户文件夹的double_pinyin_flypy.schema.yaml文件,定位到

states: [ 漢字, 汉字 ]

在上面一行添加

reset: 1

保存然后重新部署即可