summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-05-09 14:23:05 +0800
committerPeng Wu <alexepico@gmail.com>2016-05-09 14:23:05 +0800
commite8c56047983b3c8562598f8fcdf62ced95fdbb0c (patch)
tree17f1245d3bcc9cdaf4deb8aedd89d96f9b9bbf06
parentf9433cf1b2ed101d67bab38aad24bdca86247b5b (diff)
downloadibus-libzhuyin-e8c56047983b3c8562598f8fcdf62ced95fdbb0c.tar.gz
ibus-libzhuyin-e8c56047983b3c8562598f8fcdf62ced95fdbb0c.tar.xz
ibus-libzhuyin-e8c56047983b3c8562598f8fcdf62ced95fdbb0c.zip
Fixes FallbackEditor
-rw-r--r--src/ZYFallbackEditor.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ZYFallbackEditor.cc b/src/ZYFallbackEditor.cc
index cca8578..e61bb74 100644
--- a/src/ZYFallbackEditor.cc
+++ b/src/ZYFallbackEditor.cc
@@ -93,8 +93,7 @@ FallbackEditor::processKeyEvent (guint keyval, guint keycode, guint modifiers)
{
gboolean retval = FALSE;
- modifiers &= (IBUS_SHIFT_MASK |
- IBUS_CONTROL_MASK |
+ modifiers &= (IBUS_CONTROL_MASK |
IBUS_MOD1_MASK |
IBUS_SUPER_MASK |
IBUS_HYPER_MASK |