summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 |