Skip to content

Instantly share code, notes, and snippets.

@mrjohannchang
Last active April 29, 2025 02:17
Show Gist options
  • Save mrjohannchang/0550f05b2ef315bd198189ff552e5dc8 to your computer and use it in GitHub Desktop.
Save mrjohannchang/0550f05b2ef315bd198189ff552e5dc8 to your computer and use it in GitHub Desktop.
Rime 中州韻輸入法 橫式 小鶴雙拼 設定
  1. Install RIME (Squirrel on macOS, Weasel on Windows)
  2. Install 小鶴雙拼
    # Go to the installation folder, then
    ./rime-install double-pinyin
    
  3. Enable the installed 小鶴雙拼 schema from RIME's settings.
  4. Add the following contents to corresponding files, if files are not existed, create them.
  5. From RIME UI, click deploy to make the customized config take effect.
patch:
ascii_composer/switch_key:
Shift: noop
Shift_L: noop
Shift_R: noop
key_binder:
import_preset: default
bindings:
- {accept: Left, send: Up, when: composing}
- {accept: Right, send: Down, when: composing}
- {accept: "Control+b", send: Up, when: composing}
- {accept: "Control+f", send: Down, when: composing}
- {accept: Up, send: Page_Up, when: composing}
- {accept: Down, send: Page_Down, when: composing}
menu/page_size: 9
schema_list:
- {schema: double_pinyin_flypy}
patch:
key_binder:
import_preset: default
bindings:
- {accept: Return, send: space , when: composing}
punctuator:
import_preset: default
full_shape:
"'": "、"
half_shape:
"'": "、"
patch:
style/color_scheme: google
style/horizontal: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment