小狼豪输入法 修改简/繁快捷键

发布时间 2023-04-08 14:54:26作者: Naihe\

C:\Program Files (x86)\Rime\weasel-0.14.3\data路径中,找到xxx.schema.yaml输入法方案,比如我用的是朙月拼音·简化字luna_pinyin_simp.schema.yaml

我习惯用ctrl+shift+F快捷键切换简体/繁体字,在文件中key_binder.bindings添加快捷键

key_binder:
  import_preset: default
  bindings:
    - { when: always, accept: "Control+Shift+F", toggle: zh_simp}  #对 zh_trad 开关的切换

保存后重新部署完成快捷键绑定。
了解更多详情可参考官方文档

官方文档:https://github.com/rime/home/wiki/UserGuide