本文主要是介绍Ubuntu Desktop 安装谷歌拼音输入法,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
Ubuntu Desktop 安装谷歌拼音输入法
- 1. Installation
- 1.1. 汉语语言包
- 1.2. 谷歌拼音输入法
- 1.3. 安装语言包
- 1.4. 键盘输入方式系统
- 1.5. 重启电脑
- 1.6. 输入法配置
- 2. configuration
- 2.1. Text Entry Settings…
- 3. Execution
- References
1. Installation
1.1. 汉语语言包
strong@foreverstrong:~$ sudo apt-get install language-pack-zh-hans
1.2. 谷歌拼音输入法
strong@foreverstrong:~$ sudo apt-get install fcitx-googlepinyin
1.3. 安装语言包
System Settings -> Language Support -> install
1.4. 键盘输入方式系统
Keyboard input method system: fcitx -> Close
1.5. 重启电脑
重启后可以看到系统状态栏的输入法图标已经改变,fcitx 输入法框架已经运行 (小企鹅)。
1.6. 输入法配置
strong@foreverstrong:~$ fcitx-configtool
点击 + ,增加 Google Pinyin。如上图所示,可以点击向上的箭头改变输入法的优先级。
取消勾选 Only Show Current Language -> Google Pinyin -> OK
2. configuration
2.1. Text Entry Settings…
Switch to next source using: Super + Space
3. Execution
← →: 移动光标
↑ ↓: 选择文字
References
[1] Yongqiang Cheng, https://yongqiang.blog.csdn.net/
这篇关于Ubuntu Desktop 安装谷歌拼音输入法的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!