Intelligent Input Bus for Linux/Unix
Перейти к файлу
Peng Huang 34609d92c0 Move specification from doc to docs 2009-12-14 15:14:51 +08:00
bindings Add Copying for Red Hat 2009-10-23 14:42:16 +08:00
bus Fix build error in bsd 2009-12-11 15:29:45 +08:00
client Remove qt immodule source code 2009-12-13 09:59:00 +08:00
data Add a script for get keycode in Xorg 2009-12-13 13:12:16 +08:00
debian Change file mode. 2009-12-10 16:31:18 +08:00
docs Move specification from doc to docs 2009-12-14 15:14:51 +08:00
gconf Add Copying for Red Hat 2009-10-23 14:42:16 +08:00
ibus Add property orientation of IBusLookupTable. 2009-12-12 14:29:21 +08:00
m4 Add Copying for Red Hat 2009-10-23 14:42:16 +08:00
po Add ibus.pot into gitignore 2009-12-12 14:30:56 +08:00
setup Remember panel position 2009-11-28 15:38:41 +08:00
src Add property orientation of IBusLookupTable. 2009-12-12 14:29:21 +08:00
test Update test_client.py 2009-09-12 12:53:09 +08:00
ui Use gettext replace locale 2009-12-11 15:46:56 +08:00
util Add Copying for Red Hat 2009-10-23 14:42:16 +08:00
.gitignore Add mkinstalldirs in .gitingore 2009-10-24 11:16:29 +08:00
AUTHORS Add it.po from Milo Casagrande <milo@ubuntu.com> 2009-12-04 11:24:24 +08:00
COPYING Change COPYING from LGPL 2.0 to LGPL 2.1 2008-10-06 10:39:43 +08:00
Makefile.am Add Copying for Red Hat 2009-10-23 14:42:16 +08: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 Touch ChangeLog in autogen.sh. 2009-12-10 16:16:21 +08:00
configure.ac Remove qt immodule source code 2009-12-13 09:59:00 +08:00
ibus-1.0.pc.in re-implement ibus in c language. 2009-02-05 10:39:56 +08:00
ibus.sh Install ibus.sh to /etc/X11/xinitrc.d. 2009-02-23 16:36:20 +08:00
ibus.spec.in Remove qt immodule source code 2009-12-13 09:59:00 +08:00
python-config.py WIP. 2008-06-17 16:46:55 +08:00
xinput-ibus Change ibus.svg path in xinput-ibus 2009-08-29 08:18:37 +08: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>