ubuntu-install-rime

Ref:www.jianshu.com/p/01bfce3239e6

Install

1
sudo apt -y install ibus-rime

Rime Config

1
git clone https://github.com/jayknoxqu/ibus-rime.git $HOME/.config/ibus/rime
$HOME/.config/ibus/rime/default.custom.yaml
1
2
3
patch:
schema_list:
- schema: luna_pinyin_simp
1
git clone https://github.com/iDvel/rime-ice.git $HOME/.config/ibus/rime
$HOME/.config/ibus/rime/ibus_rime.custom.yaml
1
2
3
4
5
patch:
style/horizontal: true
key_binder/bindings:
- {when: has_menu, accept: minus, send: Page_Up}
- {when: has_menu, accept: equal, send: Page_Down}

Ubuntu Config

System Settings -> Text Entry -> Input sources to use -> add as below:

1
2
English(US)
Chinese(Rime)(IBus)

Settings -> Region & Language -> Input Sources -> add as below:

1
2
English(US)
Chinese(Rime)

Settings -> Keyboard -> Input Sources -> add as below:

1
2
English(US)
Chinese(Rime)