Intelligent Input Bus for Linux/Unix
Перейти к файлу
Huang Peng 51feae5b10 Add ja.po by UTUMI Hirosi <utuhiro78@yahoo.co.jp>. 2008-08-27 17:19:09 +08:00
client Fix selection problem in gedit. 2008-08-27 17:09:11 +08:00
daemon Do not print backtrace. 2008-08-27 12:08:20 +08:00
doc Remove docs. 2008-08-10 18:17:03 +08:00
gconf Fix problem in config_set_value 2008-08-25 10:32:01 +08:00
ibus Fix a typo. 2008-08-25 06:22:39 +08:00
icons WIP. 2008-08-10 13:56:06 +08:00
launcher Fix wrong path in ibus.in 2008-08-13 16:12:16 +08:00
lib Update headers. 2008-08-25 22:41:01 +08:00
m4 Update Headers. 2008-06-29 16:20:23 +08:00
panel Fix problem when font_name has unicode char. 2008-08-25 08:34:01 +08:00
po Add ja.po by UTUMI Hirosi <utuhiro78@yahoo.co.jp>. 2008-08-27 17:19:09 +08:00
setup Make gettext work for message. 2008-08-27 17:16:53 +08:00
util Add header. 2008-08-22 16:31:16 +08:00
.gitignore Add ibus.spec in .gitignore. 2008-06-25 20:25:06 +08:00
AUTHORS import ibus 2008-05-12 15:18:48 +08:00
COPYING Use LGPLv2. 2008-08-08 15:12:22 +08:00
ChangeLog import ibus 2008-05-12 15:18:48 +08:00
Makefile.am Create engine folder in install-data-hook. 2008-08-23 09:08:50 +08:00
NEWS import ibus 2008-05-12 15:18:48 +08:00
README Add hotkey in README. 2008-08-11 09:08:21 +08:00
autogen.sh Add CFLAGS & CXXFLAGS. 2008-08-14 21:33:08 +08:00
configure.ac Remove unused check. 2008-08-27 12:57:22 +08:00
ibus.spec.in Create engine folder in install-data-hook. 2008-08-23 09:08:50 +08:00
python-config.py WIP. 2008-06-17 16:46:55 +08:00
xinput-ibus Sleep for every. 2008-08-07 18:02:08 +08:00

README

IBus - Input Bus

Introducation
===

IBus means the 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>