Intelligent Input Bus for Linux/Unix
Перейти к файлу
Peng Huang 7e78500ba5 Update po files. 2009-04-06 11:47:44 +08:00
bindings re-implement ibus in c language. 2009-02-05 10:39:56 +08:00
bus Make desktop files translated 2009-04-06 11:44:45 +08:00
client Just call ibus_input_context_process_key_event in snooper callback. 2009-04-04 13:00:43 +08:00
data Use 'Shift+space' in ko locale as trigger. 2009-04-06 11:33:44 +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 Add ibus-sections.txt as gtk-doc needs it to show the title correctly. 2009-03-27 14:19:04 +10:00
gconf Update .gitignore files. 2009-02-12 13:24:42 +08:00
ibus Use "unix" as hostname if hostname is empty. 2009-03-30 14:13:30 +08:00
m4 Update Headers. 2008-06-29 16:20:23 +08:00
po Update po files. 2009-04-06 11:47:44 +08:00
setup Make desktop files translated 2009-04-06 11:44:45 +08:00
src Change the comment of Modifiers mask 2009-04-04 13:39:31 +08:00
test WIP. 2008-09-08 22:37:59 +08:00
ui Change 'engine' to 'input method' in language panel. 2009-04-06 09:35:58 +08:00
util Fix some compile problems with Sun C compiler. 2009-03-02 13:05:22 +08:00
.gitignore API-DOC and Fix iBus Google issue 320. 2009-03-27 14:17:35 +10:00
AUTHORS Add Kannada translation by Shankar Prasad Venkateshbhat <svenkate@redhat.com> 2009-04-03 20:16:20 +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 Fix make distcheck failed. 2009-02-28 18:32:59 +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 Localize desktop files and gconf schemas file. 2009-03-30 17:41:35 +08:00
configure.ac Localize desktop files and gconf schemas file. 2009-03-30 17:41:35 +08:00
ibus-1.0.pc.in re-implement ibus in c language. 2009-02-05 10:39:56 +08:00
ibus.sh Install ibus.sh to /etc/X11/xinitrc.d. 2009-02-23 16:36:20 +08:00
ibus.spec.in API-DOC and Fix iBus Google issue 320. 2009-03-27 14:17:35 +10: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>