Intelligent Input Bus for Linux/Unix
Перейти к файлу
Yusuke Sato 990ff39206 Fix typo in the default configuration of the trigger hotkeys.
According to setup/keyboardshortcut.py, "Control" seems to be correct.

BUG=none
TEST=compile ibus with --enable-memconf, start ibus-daemon, start ibus-setup, click "..." button for the "Enable or disable" hotkey, then verify that the "Control" checkbox in the pop-up dialog is checked from the beginning.

Review URL: http://codereview.appspot.com/4017042
2011-01-16 11:35:09 +09:00
bindings Remove block call in ibus-daemon, and use async call instead and clean up code. 2010-11-16 10:24:03 +09:00
bus Set correct g-flags to proxy objects. 2011-01-16 11:34:34 +09:00
client Fix gtk version check for deprecated keysyms. 2010-12-15 18:32:17 +09:00
data Fix keyval and state in __keycode_button_clicked_cb 2010-10-21 18:14:55 +09:00
debian Remove block call in ibus-daemon, and use async call instead and clean up code. 2010-11-16 10:24:03 +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 typo in the default configuration of the trigger hotkeys. 2011-01-16 11:35:09 +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 global variable DOMAINNAME to replace "ibus10" in everywhere. 2010-11-16 14:02:34 +09:00
src Remove a gcc warning. 2011-01-12 22:43:16 +09:00
test Update test_client.py 2009-09-12 12:53:09 +08:00
ui Fix no defined '_' in EngineAbout 2010-11-17 09:49:06 +09:00
util Support gtk3 2010-06-05 21:28:04 +08:00
.gitignore Add generated files into .gitignore 2010-11-22 10:21:02 +09: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 Fix ibus_version in configure and translation domain in ibus-setup. 2010-11-16 13:38:24 +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>