操作系统Windows10,因为不习惯它的输入法切换模式,所以想将「小狼毫」设为默认输入法,使用「Shift」键进行中英文输入切换。

那么问题来了,如何设置才可以将「小狼毫」的默认状态设为英文状态。

打开Rime的用户目录,在所使用的输入法的的配置文件,如:wubi86.schema.yaml,打开后在

switches:
  - name: ascii_mode #英文状态 非0为真
    reset: 1 #默认是0(即默认是中文)
    states: [ 中文, 西文 ]
  - name: full_shape
    states: [ 半角, 全角 ]
  - name: ascii_punct
    states: [ ,。, ,. ]
  - name: extended_charset
    states: [ 通用, 增廣 ]

yaml reset: 0改为 yaml reset: 1即可。