树莓派中文输入法设置

原链接:http://blog.csdn.net/jdh99/article/details/21996195
chongqi shishi

1.安装字库

sudo apt-get install ttf-wqy-zenhei
复制代码

2.安装输入法

sudo apt-get install scim-pinyin
复制代码

3.设置本地语言环境

sudo raspi-config
复制代码
然后选择change_locale,在Default locale for the system environment:中选择zh_CN.UTF-8,配置完成之后,输入命令
sudo reboot
复制代码
重启完成好就可以在VNC连接上去后使用中文显示和中文输入法了,切换中文输入法一样也是ctrl+space
Last modification:January 2nd, 2018 at 12:17 am
If you think my article is useful to you, please feel free to appreciate

Leave a Comment