Ubuntu 16.04 LTS 下安装 ibus-rime 输入法
搜 Linux 下粤拼输入法的时候发现了 Rime,由于 fcitx 下的拼音输入体验实在不太好(搜狗是在我的电脑上完全坏掉了,调不出来,配置文件的问题一直没解决;谷歌是好过没有),于是安装 ibus-rime 体验一下。
Rime输入法主页:RIME | 中州韻輸入法引擎
sudo apt install ibus-rime
根据安装说明:RimeWithIBus · rime/home Wiki,可以安装更多输入方案:
简体字拼音:
sudo apt install librime-data-pinyin-simp
粤拼方案:
sudo apt install librime-data-jyutping
不过似乎没有耶鲁拼音、教院拼音方案,但我自己更习惯粤拼,就没纠结啦。
根据 Rime 在 github 上的 wiki :
CustomizationGuide · rime/home Wiki
RimeWithSchemata · rime/home Wiki
我们可以做一些微调设置。 Linux 下配置文件所在目录是 ~/.config/ibus/rime
,可以创建一个 default.custom.yaml
文件来对默认的 default.yaml
打补丁:
patch:
schema_list:
- schema: luna_pinyin
- schema: cangjie5
- schema: luna_pinyin_fluency
- schema: luna_pinyin_simp
- schema: jyutping
"menu/page_size": 6
这里我更换了可用的输入方案,并将候选词数改为 6 个。
WPS 等 qt 程序下输入法不跟随光标,需要安装 qtconfig-qt4 以及 ibus-qt4 包,在 qtconfig 的 interface 里面设置 input style 为 Over the spot ,保存退出再运行基于 qt 的程序即可看到输入法跟随光标。
目前(基于我简陋的自定义设置)发现的问题:
- [-] 没有网址模式,输入网址时不太方便;
看了默认配置,主键区的.
可以触发 url 模式,小键盘暂时不能。
patch:
"switches/@0/reset": 1
效果是把 switches 项下的第一个设置也就是 ascii_mode 默认打开。
19/02/08 更新:
上次折腾后配置基本没动过,先备份一下现有的配置:
# default.custom.yaml
patch:
schema_list:
- schema: luna_pinyin
- schema: cangjie5
- schema: luna_pinyin_fluency
- schema: luna_pinyin_simp
- schema: jyutping
"menu/page_size": 6
ascii_composer:
good_old_caps_lock: true
switch_key:
Caps_Lock: noop
Control_L: noop
Control_R: noop
Eisu_toggle: clear
Shift_L: commit_code #inline_ascii
Shift_R: commit_text
"switcher/hotkeys":
- "Control+grave"
本文基于知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议发布,欢迎引用、转载或演绎,但是必须保留本文的署名BlackStorm以及本文链接http://www.cnblogs.com/BlackStorm/p/Install-IBUS-RIME-Input-Method-On-Ubuntu-16-04-LTS.html,且未经许可不能用于商业目的。如有疑问或授权协商请与我联系。