Skip to content

Instantly share code, notes, and snippets.

@lotem
Last active January 25, 2024 08:47
Show Gist options
  • Save lotem/2309739 to your computer and use it in GitHub Desktop.
Save lotem/2309739 to your computer and use it in GitHub Desktop.
在Rime輸入方案選單中添加五筆、雙拼、粵拼、注音,保留你需要的
# default.custom.yaml
# save it to:
# ~/.config/ibus/rime (linux)
# ~/Library/Rime (macos)
# %APPDATA%\Rime (windows)
patch:
schema_list:
- schema: luna_pinyin # 朙月拼音
- schema: luna_pinyin_simp # 朙月拼音 简化字模式
- schema: luna_pinyin_tw # 朙月拼音 臺灣正體模式
- schema: terra_pinyin # 地球拼音 dì qiú pīn yīn
- schema: bopomofo # 注音
- schema: bopomofo_tw # 注音 臺灣正體模式
- schema: jyutping # 粵拼
- schema: cangjie5 # 倉頡五代
- schema: cangjie5_express # 倉頡 快打模式
- schema: quick5 # 速成
- schema: wubi86 # 五笔86
- schema: wubi_pinyin # 五笔拼音混合輸入
- schema: double_pinyin # 自然碼雙拼
- schema: double_pinyin_mspy # 微軟雙拼
- schema: double_pinyin_abc # 智能ABC雙拼
- schema: double_pinyin_flypy # 小鶴雙拼
- schema: wugniu # 吳語上海話(新派)
- schema: wugniu_lopha # 吳語上海話(老派)
- schema: sampheng # 中古漢語三拼
- schema: zyenpheng # 中古漢語全拼
- schema: ipa_xsampa # X-SAMPA 國際音標
- schema: emoji # emoji表情
@caogee
Copy link

caogee commented Sep 27, 2021

好果要用分号; 选取第二字,就把这句加到 用户文件夹build/wubi_pinyin.schema.yaml 文件里
key_binder:
bindings:
- {accept: semicolon, send: 2, when: has_menu}
- {accept: apostrophe, send: 3, when: has_menu}

@xuanyuanzhiyuan
Copy link

文档确实不够友好

@xugaosong
Copy link

在五笔输入法下如何输入句号出现的是句点呢?

@naatsuki825
Copy link

如果我想將五筆輸入法的hspnz改為用其他字母輸入,可以怎麼改?

@SuperLam1028
Copy link

請問要速成輸入法是怎樣設置?MAC OS

patch:
schema_list:
- schema: quick5 # 速成

photo_2023-11-26_00-51-54
是這樣嗎 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment