summaryrefslogtreecommitdiffstats
path: root/src/PYFallbackEditor.cc
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-12-08 14:45:50 +0800
committerPeng Wu <alexepico@gmail.com>2014-12-08 14:45:50 +0800
commit1f68a74635ab683263e275ba63b77f4007ba6634 (patch)
tree8053ff4099918214e328b06e0300a68a03e96622 /src/PYFallbackEditor.cc
parent76d62fd53b46fe6935eec9c0eefe0617d5d7f0b7 (diff)
downloadibus-libpinyin-1f68a74635ab683263e275ba63b77f4007ba6634.tar.gz
ibus-libpinyin-1f68a74635ab683263e275ba63b77f4007ba6634.tar.xz
ibus-libpinyin-1f68a74635ab683263e275ba63b77f4007ba6634.zip
support four customized shortcut keys
Diffstat (limited to 'src/PYFallbackEditor.cc')
-rw-r--r--src/PYFallbackEditor.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/PYFallbackEditor.cc b/src/PYFallbackEditor.cc
index c9583be..d82051d 100644
--- a/src/PYFallbackEditor.cc
+++ b/src/PYFallbackEditor.cc
@@ -166,11 +166,6 @@ FallbackEditor::processPunct (guint keyval, guint keycode, guint modifiers)
{
guint cmshm_modifiers = cmshm_filter (modifiers);
- if (G_UNLIKELY (keyval == IBUS_period && cmshm_modifiers == IBUS_CONTROL_MASK)) {
- m_props.toggleModeFullPunct ();
- return TRUE;
- }
-
/* check ctrl, alt, hyper, supper masks */
if (cmshm_modifiers != 0)
return FALSE;