From 7168cb6273dd4858322d068b05af498084a374bb Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 24 Jan 2024 14:34:05 +0800 Subject: Fix processKeyEvent method --- src/ZYZZhuyinEngine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ZYZZhuyinEngine.cc b/src/ZYZZhuyinEngine.cc index e65041b..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 && -- cgit