Rime

Rime

Config

Config Folder

  • Windows: %appdata%/Rime

  • Linux (ibus): $HOME/.config/ibus/rime

  • .schema.yaml 默认配置文件 (不要修改,rime 升级会自动覆盖)

  • .custom.yaml 自定义配置文件

  • default.custom.yaml: 主配置文件

  • luna_pinyin.custom.yaml

  • terra_pinyin.custom.yaml: 地球拼音

https://www.v2ex.com/t/574696

Key binding

default.custom.yaml

patch:
  "switcher/hotkeys":
    - F4

默认英文输入模式

对每个启用的输入法,修改或创建自定义配置文件,例如 terra_pinyin.custom.yaml

找到下面配置块的 reset,将其值从0修改为1。

switches:
  - name: ascii_mode
    reset: 1
    states: ["中文", "西文"]

Last update: 2019-08-01 08:45:09 UTC