Solution for dual input of natural Code plus auxiliary code under LINUX (Ubuntu)
环境: Ubuntu 14.04 LTS
Solution is the Ibus-rime input method, plus a configuration table with natural code
(1) IBUs first install the Ibus-rime input method:
sudo apt-get install ibus-rime
All other dependencies will be installed. The version I installed is 1.5.5 if you want to install version 1.5.11 IBUs, you can refer to this method
Enable IBUs
im-config
Go to the selection screen and select IBUs
Set IBUs
ibus-setup
Text Entry Settings
Add an Input method for Chinese (rime)
(2) Rime
The Rime configuration file is ~/.config/ibus/rime
below the path
Will zrm2000.dict.yaml
, zrm2000.schema.yaml
put in this position, these two files are natural code configuration, with auxiliary code
default.yaml
is the default setting for all rime. It is recommended to create a new default.custom.yaml
file, edit:
patch: schema_list: - {schema: luna_pinyin} - {schema: zrm2000}
Then restart the Ibus-rime IME, click on the Deploy button in the UI interface (like a circular arrow), then press the Control + Grave
button to select the Natural code input scheme.
Resources download
zrm2000
Ref
Http://wiki.ubuntu.org.cn/IBus#.E5.90.AF.E7.94.A8IBus.E6.A1.86.E6.9E.B6.EF.BC.9A
52966048
https://serverfault.com/a/882330
Solution for dual input of natural Code plus auxiliary code under LINUX (Ubuntu)