summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuang Peng <shawn.p.huang@gmail.com>2009-02-03 15:07:30 +0800
committerHuang Peng <shawn.p.huang@gmail.com>2009-02-03 15:07:30 +0800
commit41ad46305a88637dd99f00a2d2a3f455505d357b (patch)
tree9c16cb6a4554a378d8cc364e0d26700e7a4f3858
parentf4f4c847df58ec69f1564be082f37ee980c23896 (diff)
downloadibus-41ad46305a88637dd99f00a2d2a3f455505d357b.tar.gz
ibus-41ad46305a88637dd99f00a2d2a3f455505d357b.tar.xz
ibus-41ad46305a88637dd99f00a2d2a3f455505d357b.zip
Set default next_engine hot key to empty.
-rw-r--r--ibus/common.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/ibus/common.py b/ibus/common.py
index a5927af..60323e4 100644
--- a/ibus/common.py
+++ b/ibus/common.py
@@ -94,10 +94,7 @@ CONFIG_GENERAL_SHORTCUT_TRIGGER_DEFAULT = [
"Zenkaku_Hankaku",
"Hangul"]
CONFIG_GENERAL_SHORTCUT_NEXT_ENGINE = "/general/keyboard_shortcut_next_engine"
-CONFIG_GENERAL_SHORTCUT_NEXT_ENGINE_DEFAULT = [
- "Ctrl+Shift+Release+Shift_L",
- "Ctrl+Shift+Release+Shift_R",
- ]
+CONFIG_GENERAL_SHORTCUT_NEXT_ENGINE_DEFAULT = []
CONFIG_GENERAL_SHORTCUT_PREV_ENGINE = "/general/keyboard_shortcut_prev_engine"
CONFIG_GENERAL_SHORTCUT_PREV_ENGINE_DEFAULT = []