Skip to content

Instantly share code, notes, and snippets.

@allex
Created July 31, 2013 02:11
Show Gist options
  • Save allex/6118791 to your computer and use it in GitHub Desktop.
Save allex/6118791 to your computer and use it in GitHub Desktop.

ubuntu安装五笔输入法(ibus-table-wubi)

IBus-Table是为基于码表的输入法即所谓的形码开发的输入法框架,常见的形码有郑码、五 笔、仓颉、二笔等。

安装如下: apt-get install ibus-table-wubi

开启ibus输入法,按操作提示即可。 System - Preferences - Keyboard Input Methods

开启完后,回到刚才的配置选项 Input Method - 选择 Chinese - 五 Wubi86 - Add

在文本框里,ctrl + space即可切换输入法。

默认情况下,ibus-table不开启直接上屏模式(即敲完四个码,没有重码时,直接显示到屏 幕上),在五笔输入法下 Ctrl + / 即可。

开机自动启动ibus System - Preferences - Startup Applications - Add Name: ibus daemon Command: /usr/bin/ibus-daemon -d Comment: start ibus daemon when gnome start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment