summaryrefslogtreecommitdiffstats
path: root/src/ZYZZhuyinEngine.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ZYZZhuyinEngine.cc')
-rw-r--r--src/ZYZZhuyinEngine.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ZYZZhuyinEngine.cc b/src/ZYZZhuyinEngine.cc
index afd26d4..e61a9ff 100644
--- a/src/ZYZZhuyinEngine.cc
+++ b/src/ZYZZhuyinEngine.cc
@@ -115,7 +115,7 @@ ZhuyinEngine::processKeyEvent (guint keyval, guint keycode, guint modifiers)
/* after mode switch, reset all states. */
reset ();
- return TRUE;
+ return FALSE;
}
if (m_input_mode == MODE_INIT &&
@@ -124,7 +124,7 @@ ZhuyinEngine::processKeyEvent (guint keyval, guint keycode, guint modifiers)
* we will let client applications to handle release key event */
return FALSE;
} else {
- return TRUE;
+ return FALSE;
}
}