Intelligent Input Bus for Linux/Unix
Перейти к файлу
Peng Huang ee6d61921d WIP port engineabout.py to gtk3 2012-02-21 11:51:39 -05:00
bindings Generate vapi from gir instead of gi. 2012-02-01 09:59:37 +09:00
bus Use xkb:layout:us as default engine. 2012-02-21 11:51:38 -05:00
client Remove enable status of input context and hotkey logic in ibus-daemon 2012-02-21 11:49:12 -05:00
data Minor fixes related to git.mk. 2012-02-01 10:00:42 +09:00
dconf Add a dconf option to inhibit dconf name conversion. 2012-01-26 10:27:27 +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 Add xkb layouts switch support and add three demo xkb layouts. 2012-02-21 11:51:01 -05:00
gconf Minor fixes related to git.mk. 2012-02-01 10:00:42 +09:00
ibus Remove enable status of input context and hotkey logic in ibus-daemon 2012-02-21 11:49:12 -05:00
m4 Minor fixes related to git.mk. 2012-02-01 10:00:42 +09:00
memconf Add org.freedesktop.IBus.Config.GetValues to get all values in one RPC. 2011-07-05 10:45:20 -04:00
po Minor fixes related to git.mk. 2012-02-01 10:00:42 +09:00
setup WIP port engineabout.py to gtk3 2012-02-21 11:51:39 -05:00
src Comment out all debug log in ibusenginesimple.c 2012-02-21 11:51:39 -05:00
test Update test_client.py 2009-09-12 12:53:09 +08:00
tools Refine ibus.bash 2012-02-21 11:51:38 -05:00
ui WIP add a shell tool. 2012-02-21 11:51:38 -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 WIP add a shell tool. 2012-02-21 11:51:38 -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 WIP add a shell tool. 2012-02-21 11:51:38 -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 app ibus bash completion script and fix rpmbuild 2012-02-21 11:51:38 -05:00
python-config.py WIP. 2008-06-17 16:46:55 +08:00
xinput-ibus.in Set QT_IM_MODULE=xim in case of no ibus-qt. 2011-01-26 00:09:43 -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>