rime-ipa icon indicating copy to clipboard operation
rime-ipa copied to clipboard

如何实现用shift键切换英文输入和国际音标输入呢?

Open heyoujue opened this issue 10 months ago • 1 comments

在写英文论文的时候,想要实现英文字母和国际音标的快速切换。但目前这个schema文件无法实现用shift来切换,应该在 ipa_yunlong.schema.yaml添加什么语句呢?

heyoujue avatar Apr 11 '24 18:04 heyoujue

自问自答一下: ipa_yunlong.schema.yaml中添加switches如下:

switches:
  - name: ascii_mode
    reset: 0
    states: [ 音标, 西文 ]

同时在engineprocessors下添加- ascii_composer

engine:
  processors:
    - ascii_composer

heyoujue avatar Apr 11 '24 19:04 heyoujue