补充 IBus 输入法的配置部分。

Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
ithink.chan 2019-07-11 16:49:22 +08:00
parent f7ed3853c1
commit a03fb80289
1 changed files with 9 additions and 1 deletions

View File

@ -154,7 +154,7 @@ pacman -S base-devel git gcc make cmake gdb python2 python3 go arm-none-eabi-gcc
pacman -S firewalld
```
### 安装 fcitx
### 安装 fcitx 输入法
输入以下命令安装 fcitx-im 默认安装全部软件,并安装 google 拼音输入法:
@ -184,6 +184,14 @@ fcitx-diagnose
默认通过 ctrl+space 来切换输入法。
### 安装 IBus 输入法
Gnome 桌面默认搭配 IBus 输入法,进入 Gnome 设置,选择区域和语言,设置为中文,点击管理已安装的语言。如果提示语言包不完整则点击确认安装。然后将“汉语(中国)”提升为第一个,键盘输入法选 IBus然后应用到整个系统即可。
关闭“语言支持”窗口后在“Gnome 设置->区域和语言”中将输入源配置为“汉语(Intelligent Pinyin)”,并提升为第一个,这个兼容最好。点击 Intelligent Pinyin 的设置,将"常规“中”语言初始状态“设置为”英文“;将”快捷键“中“切换中文/英文模式”快捷键设置为“Shift”。
*注:如果有多个输入法,可以使用 im-config 工具进行切换。*
### 安装 Qt
```sh