summaryrefslogtreecommitdiffstats
path: root/src/ZYZPhoneticEditor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ZYZPhoneticEditor.cc')
-rw-r--r--src/ZYZPhoneticEditor.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ZYZPhoneticEditor.cc b/src/ZYZPhoneticEditor.cc
index 9e67981..1788f1a 100644
--- a/src/ZYZPhoneticEditor.cc
+++ b/src/ZYZPhoneticEditor.cc
@@ -293,6 +293,9 @@ gboolean
PhoneticEditor::processEasySymbolKey (guint keyval, guint keycode,
guint modifiers)
{
+ if (!m_config.easySymbol ())
+ return FALSE;
+
if (! ('A' <= keyval && keyval <= 'Z'))
return FALSE;