-
-
Save zdway10/4030f993b3a6a8d74ba67463518e53fc to your computer and use it in GitHub Desktop.
在Rime輸入方案選單中添加五筆、雙拼、粵拼、注音,保留你需要的
This file contains 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
# default.custom.yaml | |
# save it to: | |
# ~/.config/ibus/rime (linux) | |
# ~/Library/Rime (macos) | |
# %APPDATA%\Rime (windows) | |
patch: | |
schema_list: | |
- schema: luna_pinyin # 朙月拼音 | |
- schema: terra_pinyin # 地球拼音 dì qiú pīn yīn | |
- schema: bopomofo # 注音 | |
- schema: jyutping # 粵拼 | |
- schema: cangjie5 # 倉頡五代 | |
- schema: quick5 # 速成 | |
- schema: wubi86 # 五笔86 | |
- schema: wubi_pinyin # 五笔拼音混合輸入 | |
- schema: pinyin_simp # 袖珍簡化字拼音,拼音反查五笔以及混合輸入用 | |
- schema: double_pinyin # 自然碼雙拼 | |
- schema: double_pinyin_mspy # 微軟雙拼 | |
- schema: double_pinyin_abc # 智能ABC雙拼 | |
- schema: double_pinyin_flypy # 小鶴雙拼 | |
- schema: wugniu # 吳語上海話(新派) | |
- schema: wugniu_lopha # 吳語上海話(老派) | |
- schema: triungkox3p # 中古漢語三拼 | |
- schema: zyenpheng # 中古漢語全拼 | |
- schema: ipa_xsampa # X-SAMPA 國際音標 | |
- schema: emoji # emoji表情 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment