Intelligent Input Bus for Linux/Unix
Перейти к файлу
Peng Huang 14b7d1a071 Add git.mk from gtk+ project, Use it to update .gitignore
BUG=none
TEST=make

Review URL: http://codereview.appspot.com/4280050
2011-03-16 10:01:18 -04:00
bindings Add git.mk from gtk+ project, Use it to update .gitignore 2011-03-16 10:01:18 -04:00
bus Add git.mk from gtk+ project, Use it to update .gitignore 2011-03-16 10:01:18 -04:00
client Add git.mk from gtk+ project, Use it to update .gitignore 2011-03-16 10:01:18 -04:00
data Add git.mk from gtk+ project, Use it to update .gitignore 2011-03-16 10:01:18 -04:00
debian Add git.mk from gtk+ project, Use it to update .gitignore 2011-03-16 10:01:18 -04:00
docs Add git.mk from gtk+ project, Use it to update .gitignore 2011-03-16 10:01:18 -04:00
gconf Add git.mk from gtk+ project, Use it to update .gitignore 2011-03-16 10:01:18 -04:00
ibus Add git.mk from gtk+ project, Use it to update .gitignore 2011-03-16 10:01:18 -04:00
m4 Add git.mk from gtk+ project, Use it to update .gitignore 2011-03-16 10:01:18 -04:00
memconf Add git.mk from gtk+ project, Use it to update .gitignore 2011-03-16 10:01:18 -04:00
po Add git.mk from gtk+ project, Use it to update .gitignore 2011-03-16 10:01:18 -04:00
setup Add git.mk from gtk+ project, Use it to update .gitignore 2011-03-16 10:01:18 -04:00
src Add git.mk from gtk+ project, Use it to update .gitignore 2011-03-16 10:01:18 -04:00
test Update test_client.py 2009-09-12 12:53:09 +08:00
ui Add git.mk from gtk+ project, Use it to update .gitignore 2011-03-16 10:01:18 -04:00
util Add git.mk from gtk+ project, Use it to update .gitignore 2011-03-16 10:01:18 -04:00
.gitignore Add git.mk from gtk+ project, Use it to update .gitignore 2011-03-16 10:01:18 -04: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 Add git.mk from gtk+ project, Use it to update .gitignore 2011-03-16 10:01:18 -04: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 Fix ibus_version in configure and translation domain in ibus-setup. 2010-11-16 13:38:24 +09:00
git.mk Add git.mk from gtk+ project, Use it to update .gitignore 2011-03-16 10:01:18 -04:00
ibus-1.0.pc.in Add pkgdatadir in ibus-1.0.pc.in 2011-02-08 15:13:01 -05: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 Set QT_IM_MODULE=xim in case of no ibus-qt. 2011-01-26 00:09:43 -05: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>