Intelligent Input Bus for Linux/Unix
Перейти к файлу
Huang Peng 1c8ccb2cb5 Update demo code with curses. 2008-09-08 21:06:07 +08:00
client Include gdk/gdk.h 2008-09-06 11:23:14 +08:00
daemon Fix some typos. 2008-09-08 21:05:44 +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 some typos. 2008-09-08 21:05:44 +08:00
icons Update ibus.svg. 2008-09-06 17:55:31 +08:00
launcher Modify categories of *.desktop 2008-08-31 22:38:05 +08:00
lib Fix a typo. 2008-09-06 11:30:31 +08:00
m4 Update Headers. 2008-06-29 16:20:23 +08:00
panel Fix porblems when focus_in and focus_out. 2008-09-08 15:02:05 +08:00
po Update Translation. 2008-08-30 22:01:27 +08:00
setup Modify categories of *.desktop 2008-08-31 22:38:05 +08:00
test Update demo code with curses. 2008-09-08 21:06:07 +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 Hack Japan [yen bar] & [backslash underbar] keys. 2008-09-06 10:04:23 +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>