Intelligent Input Bus for Linux/Unix
Перейти к файлу
Huang Peng 47c8a11d3a Use --xim replace -x. 2009-02-14 19:45:24 +08:00
bindings re-implement ibus in c language. 2009-02-05 10:39:56 +08:00
bus set cursor location in bus_input_context_set_engine. 2009-02-13 09:37:34 +08:00
client Add G_MOSULE_EXPORT on some functions. 2009-02-14 19:44:32 +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 re-implement ibus in c language. 2009-02-05 10:39:56 +08:00
gconf Update .gitignore files. 2009-02-12 13:24:42 +08:00
ibus Add round lookup table support. 2009-02-09 10:28:19 +08:00
icons Update ibus.svg. 2008-09-06 17:55:31 +08:00
m4 Update Headers. 2008-06-29 16:20:23 +08:00
po Update .gitignore files. 2009-02-12 13:24:42 +08:00
setup Rename iBus to IBus. 2009-02-11 09:05:23 +08:00
src Add API: ibus_lookup_table_{page,cursor}_{down,up}. 2009-02-14 19:41:56 +08:00
test WIP. 2008-09-08 22:37:59 +08:00
ui Update .gitignore files. 2009-02-12 13:24:42 +08:00
util re-implement ibus in c language. 2009-02-05 10:39:56 +08:00
.gitignore re-implement ibus in c language. 2009-02-05 10:39:56 +08:00
AUTHORS Add French translation provided by Julroy67. 2009-02-06 10:11:28 +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 re-implement ibus in c language. 2009-02-05 10:39:56 +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 re-implement ibus in c language. 2009-02-05 10:39:56 +08:00
configure.ac Fix typo. 2009-02-14 09:24:22 +08:00
ibus-1.0.pc.in re-implement ibus in c language. 2009-02-05 10:39:56 +08:00
ibus.spec.in re-implement ibus in c language. 2009-02-05 10:39:56 +08:00
python-config.py WIP. 2008-06-17 16:46:55 +08:00
xinput-ibus Use --xim replace -x. 2009-02-14 19:45:24 +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>