Intelligent Input Bus for Linux/Unix
Перейти к файлу
Eike Hein 318836a647 Add the nodeadkeys variant of the German keyboard layout.
BUG=http://code.google.com/p/ibus/issues/detail?id=1710

Review URL: https://codereview.appspot.com/96040043
Patch from Eike Hein <hein@kde.org>.
2014-05-08 11:16:02 +09:00
bindings Install pygtk2 libraries to python2 site-packages. 2014-02-03 13:07:40 +09:00
bus Keep track of content-type change after focus-in 2014-04-07 18:06:10 +09:00
client Wayland: Fix Small typo 2013-11-05 18:07:33 +09:00
conf Update source files with LGP 2.1 according to COPYING. 2013-08-09 13:48:17 +09:00
data Do not show property panel by default. 2014-04-24 11:37:44 +09:00
debian Delete the python xdg dependency. 2013-07-05 13:03:49 +09:00
docs Update source files with LGP 2.1 according to COPYING. 2013-08-09 13:48:17 +09:00
engine Add the nodeadkeys variant of the German keyboard layout. 2014-05-08 11:16:02 +09:00
ibus Install pygtk2 libraries to python2 site-packages. 2014-02-03 13:07:40 +09:00
m4 Update source files with LGP 2.1 according to COPYING. 2013-08-09 13:48:17 +09:00
po Update translation zh_CN.po 2014-04-30 15:01:15 +09:00
setup Set max-width-chars property in ibus-setup wrapped GtkLabel. 2014-05-02 11:55:08 +09:00
src Fix leak in ibus_get_local_machine_id() 2014-04-17 12:42:23 +09:00
test Update test_client.py 2009-09-12 12:53:09 +08:00
tools Update en-us compose table and add locale tables for xkb engines. 2013-11-01 11:19:39 +09:00
ui Do not move property panel with focus-in in case panel is always shown. 2014-04-28 11:17:09 +09:00
util Update source files with LGP 2.1 according to COPYING. 2013-08-09 13:48:17 +09:00
AUTHORS Added British English translation. 2011-05-03 10:01:11 -04:00
COPYING Change COPYING from LGPL 2.0 to LGPL 2.1 2008-10-06 10:39:43 +08:00
Makefile.am Update source files with LGP 2.1 according to COPYING. 2013-08-09 13:48:17 +09:00
NEWS import ibus 2008-05-12 15:18:48 +08:00
README Release 1.5.3 2013-07-26 17:18:24 +09:00
autogen.sh Remove -Werror in autogen.sh since the build still have errors. 2013-12-13 11:56:41 +09:00
codereview.settings Add codereview.settings. 2010-09-08 15:58:31 +09:00
configure.ac Release 1.5.7 2014-04-30 15:03:48 +09:00
git.mk Minor fixes related to git.mk. 2012-02-01 10:00:42 +09: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 Delete the python xdg dependency. 2013-07-05 13:03:49 +09:00
python-config.py WIP. 2008-06-17 16:46:55 +08:00
xinput-ibus Rename xinput-ibus.in to xinput-ibus 2012-02-21 11:52:25 -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:
Super + Space: Change input method.

For more detail please refer to http://code.google.com/p/ibus/wiki/ReadMe .


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