projects
/
platform
/
upstream
/
ibus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4f4c84
)
Set default next_engine hot key to empty.
author
Huang Peng
<shawn.p.huang@gmail.com>
Tue, 3 Feb 2009 07:07:30 +0000
(15:07 +0800)
committer
Huang Peng
<shawn.p.huang@gmail.com>
Tue, 3 Feb 2009 07:07:30 +0000
(15:07 +0800)
ibus/common.py
patch
|
blob
|
history
diff --git
a/ibus/common.py
b/ibus/common.py
index a5927af3fdeacbbb56cf1625090a237f871fa7fc..60323e46cc0328c8fbe04a2b84605a0c2eee9c65 100644
(file)
--- 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 = []