summaryrefslogtreecommitdiff
path: root/ibus
diff options
context:
space:
mode:
authorYusuke Sato <yusukes@chromium.org>2011-01-16 11:35:09 +0900
committerYusuke Sato <yusukes@chromium.org>2011-01-16 11:35:09 +0900
commit990ff3920657584d356c48bebde031405285bf80 (patch)
treeaaf04e9616b12c47b05d2adf9549e8bce5deed23 /ibus
parentee6abd76f7b0f0fc8e1a8b6964f4d8216a3b6618 (diff)
downloadibus-990ff3920657584d356c48bebde031405285bf80.tar.gz
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
Diffstat (limited to 'ibus')
-rw-r--r--ibus/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ibus/common.py b/ibus/common.py
index cbc8d56f..763ed1c9 100644
--- a/ibus/common.py
+++ b/ibus/common.py
@@ -146,7 +146,7 @@ DEFAULT_ASYNC_HANDLERS = {
CONFIG_GENERAL_SHORTCUT_TRIGGER = "/general/keyboard_shortcut_trigger"
CONFIG_GENERAL_SHORTCUT_TRIGGER_DEFAULT = [
- "Ctrl+space",
+ "Control+space",
"Zenkaku_Hankaku",
"Hangul"]
CONFIG_GENERAL_SHORTCUT_NEXT_ENGINE = "/general/keyboard_shortcut_next_engine"