summaryrefslogtreecommitdiffstats
path: root/src/ZYZZhuyinEditor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ZYZZhuyinEditor.cc')
-rw-r--r--src/ZYZZhuyinEditor.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ZYZZhuyinEditor.cc b/src/ZYZZhuyinEditor.cc
index d31a258..221f20f 100644
--- a/src/ZYZZhuyinEditor.cc
+++ b/src/ZYZZhuyinEditor.cc
@@ -224,7 +224,8 @@ ZhuyinEditor::processKeyEvent (guint keyval, guint keycode, guint modifiers)
}
if (STATE_CANDIDATE_SHOWN == m_input_state ||
- STATE_BUILTIN_SYMBOL_SHOWN == m_input_state /* ||
+ STATE_BUILTIN_SYMBOL_SHOWN == m_input_state ||
+ STATE_BOPOMOFO_SYMBOL_SHOWN == m_input_state /* ||
STATE_USER_SYMBOL_LIST_ALL == m_input_state ||
STATE_USER_SYMBOL_SHOWN == m_input_state */) {
if (processCandidateKey (keyval, keycode, modifiers))