输入法选择
Ubuntu默认安装Ibus 输入法,默认自带pinyin.Bopomofo.海峰五笔86 .极点五笔86
可安装其他输入法
sudo apt-get install ibus-googlepinyin #谷歌拼音输入法
sudo apt-get install ibus-sunpinyin #Sun 拼音输入法
我们还可以选择安装SCIM、Fcitx
sudo apt-get install scim #安装 SCIM
sudo apt-get install fcitx #安装小企鹅输入法
sudo aptitude install fcitx-module-cloudpinyin #安装 Fcitx 云拼音模块
Scim 是曾经流行的一款中文输入法,目前已经很少使用
Fcitx 自带 Google 拼音、五笔字型、拼音、双拼,下面是 Fcitx 的其他输入法:
sudo apt-get install fcitx-sunpinyin #给 Fcitx 增加 Sun 拼音输入法
sudo apt-get install fcitx-table-wbpy #五笔拼音,更多的可以使用 Tab 补全
Ibus设定快捷键:
ctrl+空格:开关输入法
shift+空格:Ibus内切换输入法
shift:切换中英文
输入法切换
方法一:点击“系统设置-语言支持-键盘输入方式系统”,
选择已经安装的输入法作为默认启用的输入法,然后注销系统,使其生效
方法二:在终端输入命令
im-switch
输入上面命令后,会弹出下面的对话框,选择相应输入法,点击“确定”,并注销系统,立即生效
阅读(1915) | 评论(0) | 转发(0) |