Intelligent Input Bus for Linux/Unix
Перейти к файлу
Huang Peng 440ff6e5ac Update README. 2008-08-31 09:33:08 +08:00
client Add about dialog in ibus menu. 2008-08-30 21:52:06 +08:00
daemon Save default input engine and restore it when start ibus. 2008-08-30 19:21:06 +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 Add ibus/config.py.in. 2008-08-30 23:14:54 +08:00
icons WIP. 2008-08-10 13:56:06 +08:00
launcher Translate "Switch engine". 2008-08-29 20:33:32 +08:00
lib Fix a typo. 2008-08-30 10:00:17 +08:00
m4 Update Headers. 2008-06-29 16:20:23 +08:00
panel Set hooks for about dialog. 2008-08-30 23:13:44 +08:00
po Update Translation. 2008-08-30 22:01:27 +08:00
setup Add about dialog in ibus menu. 2008-08-30 21:52:06 +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 Update AUTHORS. 2008-08-27 17:22:14 +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 Update README. 2008-08-31 09:33:08 +08:00
autogen.sh Add CFLAGS & CXXFLAGS. 2008-08-14 21:33:08 +08:00
configure.ac Add about dialog in ibus menu. 2008-08-30 21:52:06 +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 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>