卸载 Ubuntu 12 自带的 IBus 输入法(框架):
sudo apt-get purge ibus sudo apt-get autoremove
安装国产的小企鹅输入法(框架) Fcitx:
sudo add-apt-repository ppa:fcitx-team/nightly sudo apt-get update sudo apt-get install fcitx
上面只是安装了 Fcitx 输入法框架,还没有安装具体的输入法, Fcitx 有个 Fcitx-pinyin 拼音输入法,可通过如下命令安装:
sudo apt-get install fcitx-pinyin
但是使用了一段时间后,发现没有 搜狗输入法 好用,还是安装 搜狗输入法 吧。到官网下载Ubuntu版的安装包,双击安装即可。
下载地址:http://pinyin.sogou.com/linux/?r=pinyin
Ubuntu 12 中,安装搜狗输入法注意事项
http://pinyin.sogou.com/linux/help.php
安装完之后,重启下系统:
sudo reboot
卸载 Fcitx 命令如下:
sudo apt-get purge fcitx sudo apt-get autoremove
另外,需要确保 Fcitx 是默认输入法(框架)
系统设置 -> 语言支持
Fcitx-PinYin 个性化设置:
也可通过直接修改配置文件来设置:
vim ~/.config/fcitx/config
奇怪的事:
对于 Fcitx-PinYin 输入法,我本来打算设置“[ ]”为 “上下翻页键”,结果设置没起作用,于是乎开始习惯“逗号句号(,.)”为 翻页键!
“搜狗输入法”个性化设置
去掉“模糊音”、“拼音纠错”、“词语联想”
延伸阅读: