- Install RIME (Squirrel on macOS, Weasel on Windows)
- Install 小鶴雙拼
# Go to the installation folder, then ./rime-install double-pinyin
- Enable the installed 小鶴雙拼 schema from RIME's settings.
- Add the following contents to corresponding files, if files are not existed, create them.
- From RIME UI, click deploy to make the customized config take effect.
Last active
April 29, 2025 02:17
-
-
Save mrjohannchang/0550f05b2ef315bd198189ff552e5dc8 to your computer and use it in GitHub Desktop.
Rime 中州韻輸入法 橫式 小鶴雙拼 設定
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
patch: | |
key_binder: | |
import_preset: default | |
bindings: | |
- {accept: Return, send: space , when: composing} | |
punctuator: | |
import_preset: default | |
full_shape: | |
"'": "、" | |
half_shape: | |
"'": "、" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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