美文网首页
Ubuntu 18.04LTS 安装中文输入法以及快捷键设置

Ubuntu 18.04LTS 安装中文输入法以及快捷键设置

作者: 风清扬TL | 来源:发表于2019-10-01 15:03 被阅读0次

本文相关链接:https://www.jb51.net/os/Ubuntu/622774.html

Ubuntu18.04LTS默认安装英文输入法,需要安装中文输入法来正常使用,下面是具体方案可供参考。

一、命令行安装Pinyin输入法

1、 输入命令

sudo apt-get install ibus-pinyin

2、 然后在settings的 Region& Language 的 Input Sources设置栏中,点击 Manage Installed Language ,初次进入会安装些字体等相关信息。注销并重新登录后可使其生效

3、 点击+ 添加Chinese(Pinyin)。注销后使之生效。


fd.png

二、安装搜狗输入法

源:https://launchpad.net/~fcitx-team/+archive/nightly


输入以下命令安装:

# 添加源ppa
sudo apt-add-repository ppa:fcitx-team/nightly
# 然后使用更新
sudo apt-get update

# 如果以前使用或安装过fcitx,需要先删除
sudo apt-get remove fcitx*
# 安装sogou输入法
sudo apt-get install fcitx-sogoupinyin

重启或者登出桌面再重新登陆便ok

三、切换中英输入法

参考:[https://jingyan.baidu.com/article/03b2f78c2b6c005ea237aed9.html]

1、默认是shift切换中英文输入

2、在system setting里Keyboards中可更改快捷键
CTRL+ Space来切换输入法

相关文章

网友评论

      本文标题:Ubuntu 18.04LTS 安装中文输入法以及快捷键设置

      本文链接:https://www.haomeiwen.com/subject/spnirctx.html