Intelligent Input Bus for Linux/Unix
Перейти к файлу
Peng Huang daf63a8db3 vala: Fix vala binding 2012-02-21 11:52:37 -05:00
bindings Generate vapi from gir instead of gi. 2012-02-01 09:59:37 +09:00
bus Fix review issues. 2012-02-21 11:52:26 -05:00
client Remove enable status of input context and hotkey logic in ibus-daemon 2012-02-21 11:49:12 -05:00
conf WIP move all conf components into conf dir 2012-02-21 11:51:51 -05:00
data Minor fixes related to git.mk. 2012-02-01 10:00:42 +09:00
debian Minor fixes related to git.mk. 2012-02-01 10:00:42 +09:00
docs Minor fixes related to git.mk. 2012-02-01 10:00:42 +09:00
engine vala: Fix vala binding 2012-02-21 11:52:37 -05:00
ibus Deprecated ibus python library. 2012-02-21 11:51:52 -05:00
m4 Minor fixes related to git.mk. 2012-02-01 10:00:42 +09:00
po Minor fixes related to git.mk. 2012-02-01 10:00:42 +09:00
setup Move current language to the first place in the IME combobox 2012-02-21 11:52:05 -05:00
src libibus: Fix some reference issues. 2012-02-21 11:52:27 -05:00
test Update test_client.py 2009-09-12 12:53:09 +08:00
tools ibus-ui-gtk3: Add quit item in menu. 2012-02-21 11:52:27 -05:00
ui ibus-ui-gtk3: Add quit item in menu. 2012-02-21 11:52:27 -05:00
util Add git.mk from gtk+ project, Use it to update .gitignore 2011-03-16 10:01:18 -04:00
AUTHORS Added British English translation. 2011-05-03 10:01:11 -04:00
COPYING Change COPYING from LGPL 2.0 to LGPL 2.1 2008-10-06 10:39:43 +08:00
Makefile.am Rename xinput-ibus.in to xinput-ibus 2012-02-21 11:52:25 -05:00
NEWS import ibus 2008-05-12 15:18:48 +08:00
README Modify copying information 2009-10-23 15:58:14 +08:00
autogen.sh Remove enable status of input context and hotkey logic in ibus-daemon 2012-02-21 11:49:12 -05:00
codereview.settings Add codereview.settings. 2010-09-08 15:58:31 +09:00
configure.ac ibus-ui-gtk2: Do not release gtk2 ui in tarball but keep them in repo. 2012-02-21 11:52:26 -05:00
git.mk Minor fixes related to git.mk. 2012-02-01 10:00:42 +09:00
ibus-1.0.pc.in Add pkgdatadir in ibus-1.0.pc.in 2011-02-08 15:13:01 -05:00
ibus.spec.in WIP Disable gtk2 ui in rpm spec file. 2012-02-21 11:51:52 -05:00
python-config.py WIP. 2008-06-17 16:46:55 +08:00
xinput-ibus Rename xinput-ibus.in to xinput-ibus 2012-02-21 11:52:25 -05:00

README

IBus - Input Bus

Introduction
===

IBus is an Intelligent Input Bus. It is a new input framework for Linux OS.
It provides full featured and user friendly input method user interface.
It also may help developers to develop input method easily.


How to build & test IBus
===

ibus-setup:
It is a gtk program to enable and configure ibus.

ibus:
It is ibus daemon.

hotkeys:
Ctrl + Space: Enable or Disable input method
Ctrl + Shift: Change input method.

For more detail please refer to http://code.google.com/p/ibus/wiki/ReadMe .


Peng Huang <shawn.p.huang@gmail.com>