本文主要讲述了如何在 Ubuntu 中安装谷歌拼音输入法。

正文

开始学习 Ubuntu 系统之后,发现 Ubuntu 18.04.1 LTS 系统默认的 iBus 拼音输入法非常不好用,无论是词库还是输入提示功能都不太健全。于是打算在 Ubuntu 上安装谷歌拼音输入法。

安装 fcitx

在安装谷歌拼音输入法之前我们首先要安装 fcitx。

fcitx 的中文名称是小企鹅输入法。它是一个带有扩展支持的输入法框架。现在支持 Linux 和 Unix 系统,例如 FreeBSD。它有 3 个内建的输入法引擎,拼音、区位和基于码表的输入法。

1
2
3
4

sudo apt update
# 安装fcitx框架
sudo apt install fcitx

将默认输入法设置为 fcitx

  1. 打开 Settings
  2. 点击” Region & Language”
  3. 点击” Manage Installed Languages”
  4. 点击” Keyboard input method system” 下拉框,选择 fcitx,保存
  5. 重启电脑

安装谷歌拼音输入法

1
2
# 安装谷歌拼音输入法
sudo apt install fcitx-googlepinyin

在 fcitx 中添加谷歌拼音输入法

  1. 右键点击右上角输入法图标
  2. 点击 Configure
  3. 点击”+” 号
  4. 取消勾选” Only Show Current Language”
  5. 在输入框里输入” Google Pinyin”
  6. 在列表中选择” Google Pinyin”
  7. 保存

配置快捷键

Disabled,.Control + Space
参考资料 .post-copyright { margin: 2em 0 0; padding: 0.5em 1em; border-left: 3px solid #ff1700; background-color: #f9f9f9; list-style: none ! important; }