Intelligent Input Bus for Linux/Unix
Перейти к файлу
Huang Peng 9abe8be7da Add hotkey in README. 2008-08-11 09:08:21 +08:00
daemon Fix problem when unfocused context calls set_cursor_position. 2008-08-11 00:35:28 +08:00
doc Remove docs. 2008-08-10 18:17:03 +08:00
engine Remove engines. 2008-06-30 08:57:20 +08:00
gconf Add IBUS_PREFIX env in start scripts. 2008-08-07 09:22:51 +08:00
gtk2 Focus in when reconnect to ibus. 2008-08-10 18:08:59 +08:00
ibus opt lookup_table transport performance. 2008-08-11 01:15:22 +08:00
icons WIP. 2008-08-10 13:56:06 +08:00
launcher Refine coding style. 2008-08-09 08:30:10 +08:00
m4 Update Headers. 2008-06-29 16:20:23 +08:00
panel Use ibus icon replace engine-default. 2008-08-10 13:23:34 +08:00
po Add .gitignore in po folder 2008-05-29 21:29:18 +08:00
qt4 Refine code of creating ibus address string. 2008-08-06 06:55:34 +08:00
setup Implement auto start ibus. 2008-08-07 10:15:05 +08:00
x11 WIP. 2008-08-10 13:42:49 +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 Implement ibus xim agent. 2008-07-23 14:13:37 +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 opt --enable-maintainer-mode in autogen.sh. 2008-06-19 18:37:35 +08:00
configure.ac Refine coding style. 2008-08-09 08:30:10 +08:00
ibus.spec.in Modify for packaging review. 2008-08-08 17:20:15 +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>