zoukankan      html  css  js  c++  java
  • ubuntu 英文系统下安装中文输入法

    环境:ubuntu15.10 64位 英文版

    软件:fcitx输入法框架,及多种拼音输入法

    linux的英文系统会比中文少很多麻烦,特别是在命令行输入路径的时候,如果路径是中文将是一件很头疼的问题。但是英文版的linux没有自带中文输入法,中文的会自带,ubuntu15.10自带fcitx和中文输入法。

    下边进入正题。

    1、先安装fcitx:

    sudo add-apt-repository ppa:wengxt/fcitx-nightly
    sudo apt-get update 
    sudo apt-get install  fcitx

    2、将fcitx设置为首选输入法:

    System Settings -> Language Support -> Keyboard input method system 选择 fcitx

    3、安装中文输入法:

    fcitx下的中文输入法有很多:

    sudo apt-get install fcitx-sunpinyin  #下边的都是输入法,可安装任意一个
    
    fcitx
    -pinyin fcitx-sunpinyin fcitx-libpinyin fcitx-googlepinyin fcitx-table-wbpy #五笔加拼音的输入法 fcitx-table-wubi #五笔输入法

    4、注销或者重启一下系统就可以使用了。Ctrl + Space 为切换输入法的快捷键

    PS:如果输入法选项里没有出现输入法,就需要到系统设置里设置一下: System Settings -> Text Entry -> add

    完毕,再也不用ibus了

  • 相关阅读:
    转: sublime text常用插件和快捷键
    转: markdown基本语法
    sqlite详细介绍
    webpack配置babel-loader
    vue骨架屏以及seo优化
    路由滚动行为
    anywhere随启随用的静态文件服务器
    node.js http-server 搭建本地服务器
    vuex中mutations数据响应
    vue项目开发优化
  • 原文地址:https://www.cnblogs.com/asmer-stone/p/5227188.html
Copyright © 2011-2022 走看看