Skip to content

Instantly share code, notes, and snippets.

@yestyle
Forked from lotem/default.custom.yaml
Created May 8, 2013 13:48
Show Gist options
  • Save yestyle/5540531 to your computer and use it in GitHub Desktop.
Save yestyle/5540531 to your computer and use it in GitHub Desktop.
# 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: 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: triungkox3p # 中古漢語三拼
- schema: zyenpheng # 中古漢語全拼
- schema: ipa_xsampa # X-SAMPA 國際音標
- schema: emoji # emoji表情
@yestyle
Copy link
Author

yestyle commented May 8, 2013

备忘:只保留 wubi_pinyin,修改完成后,使用 Ctrl+` 选择方案。

@yestyle
Copy link
Author

yestyle commented Oct 30, 2013

使用如下命令重新部署:
ibus-daemon -drx

@yestyle
Copy link
Author

yestyle commented Jul 6, 2014

启用新的输入法方案,需要先安装相应的 librime-data-XXX 包,比如注音输入法 bopomofo:
$ sudo apt-get install librime-data-bopomofo

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