Intelligent Input Bus for Linux/Unix
Перейти к файлу
Peng Huang c464170208 Fix some issues within codereview. 2010-11-03 13:37:57 +09:00
bindings Add metadata file to fix some object ownership correctly 2010-11-03 10:54:58 +09:00
bus Fix some issues within codereview. 2010-11-03 13:37:57 +09:00
client Fix some issues within codereview. 2010-11-03 13:37:57 +09:00
data Fix keyval and state in __keycode_button_clicked_cb 2010-10-21 18:14:55 +09:00
debian Fix some issues within codereview. 2010-11-03 13:37:57 +09:00
docs Fix some issues within codereview. 2010-11-03 13:37:57 +09:00
gconf Fix some issues within codereview. 2010-11-03 13:37:57 +09:00
ibus Fix UnsetValue name. 2010-11-03 10:54:59 +09:00
m4 Use gdbus in glib, and get rid of libdbus 2010-11-03 10:54:57 +09:00
memconf Fix some issues within codereview. 2010-11-03 13:37:57 +09:00
po Change version to 1.3.99 2010-11-03 10:54:58 +09:00
setup Add i18n.py. 2010-11-03 10:54:58 +09:00
src Fix some issues within codereview. 2010-11-03 13:37:57 +09:00
test Update test_client.py 2009-09-12 12:53:09 +08:00
ui Add i18n.py. 2010-11-03 10:54:58 +09:00
util Support gtk3 2010-06-05 21:28:04 +08:00
.gitignore Add mkinstalldirs in .gitingore 2009-10-24 11:16:29 +08:00
AUTHORS Add pt_BR.po from Glaucia Freitas <gcintra@redhat.com> 2010-07-27 11:23:30 +08:00
COPYING Change COPYING from LGPL 2.0 to LGPL 2.1 2008-10-06 10:39:43 +08:00
Makefile.am Change version to 1.3.99 2010-11-03 10:54:58 +09:00
NEWS import ibus 2008-05-12 15:18:48 +08:00
README Modify copying information 2009-10-23 15:58:14 +08:00
autogen.sh Use gdbus in glib, and get rid of libdbus 2010-11-03 10:54:57 +09:00
codereview.settings Add codereview.settings. 2010-09-08 15:58:31 +09:00
configure.ac Change version to 1.3.99 2010-11-03 10:54:58 +09:00
ibus-1.0.pc.in Change version to 1.3.99 2010-11-03 10:54:58 +09:00
ibus.spec.in Use gdbus in glib, and get rid of libdbus 2010-11-03 10:54:57 +09:00
python-config.py WIP. 2008-06-17 16:46:55 +08:00
xinput-ibus.in Remove space before and after = 2009-12-20 18:40:42 +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 .


Peng Huang <shawn.p.huang@gmail.com>