Intelligent Input Bus for Linux/Unix
Перейти к файлу
Peng Huang 164626ec6f Add authentication code. Only allow root & same user connect to ibus-daemon. 2009-04-20 15:00:19 +08:00
bindings re-implement ibus in c language. 2009-02-05 10:39:56 +08:00
bus Add authentication code. Only allow root & same user connect to ibus-daemon. 2009-04-20 15:00:19 +08:00
client Add IBUS_IGNORED_MASK and IBUS_HANDLED_MASK. 2009-04-15 07:48:06 +08:00
data Add Alt+Release+Alt_R as trigger for Korean people. 2009-04-15 07:52:35 +08:00
debian Rename iBus to IBus. 2009-02-11 09:05:23 +08:00
doc Implement org.freedesktop.DBus methods. 2008-09-21 13:27:13 +08:00
docs Extend tab to spaces. 2009-04-17 18:41:42 +08:00
gconf Update .gitignore files. 2009-02-12 13:24:42 +08:00
ibus Add $IBUS_SESSION_ID in socket path. 2009-04-15 10:15:10 +08:00
m4 Update Headers. 2008-06-29 16:20:23 +08:00
po Add de.po by Fabian Affolter <fab@fedoraproject.org> 2009-04-17 19:04:19 +08:00
setup Change the logic for add & apply buttons. 2009-04-17 17:12:14 +08:00
src Add authentication code. Only allow root & same user connect to ibus-daemon. 2009-04-20 15:00:19 +08:00
test WIP. 2008-09-08 22:37:59 +08:00
ui Change 'engine' to 'input method' in language panel. 2009-04-06 09:35:58 +08:00
util Fix some compile problems with Sun C compiler. 2009-03-02 13:05:22 +08:00
.gitignore API-DOC and Fix iBus Google issue 320. 2009-03-27 14:17:35 +10:00
AUTHORS Add de.po by Fabian Affolter <fab@fedoraproject.org> 2009-04-17 19:04:19 +08:00
COPYING Change COPYING from LGPL 2.0 to LGPL 2.1 2008-10-06 10:39:43 +08:00
ChangeLog import ibus 2008-05-12 15:18:48 +08:00
Makefile.am Fix make distcheck failed. 2009-02-28 18:32:59 +08:00
NEWS import ibus 2008-05-12 15:18:48 +08:00
README fix typo in README 2008-10-05 14:46:30 +08:00
autogen.sh Localize desktop files and gconf schemas file. 2009-03-30 17:41:35 +08:00
configure.ac Localize desktop files and gconf schemas file. 2009-03-30 17:41:35 +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 Translation zh_TW updated; API DOC for IBusConfigServices; Modify Makefile.am for gtk-doc 2009-04-17 09:42:16 +10:00
python-config.py WIP. 2008-06-17 16:46:55 +08:00
xinput-ibus Use mktemp replace $RANDOM 2009-04-15 11:29:20 +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 .


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