about summary refs log tree commit diff stats
path: root/src/LYKeymap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYKeymap.h')
-rw-r--r--src/LYKeymap.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/LYKeymap.h b/src/LYKeymap.h
index 54ee68de..bd0048b8 100644
--- a/src/LYKeymap.h
+++ b/src/LYKeymap.h
@@ -228,9 +228,10 @@ typedef enum {
 #ifdef SH_EX
   , LYK_CHG_CENTER
   , LYK_TO_CLIPBOARD
-  , LYK_CHG_KCODE
 #endif /* SH_EX */
-
+#ifdef KANJI_CODE_OVERRIDE
+  , LYK_CHG_KCODE
+#endif
 } LYKeymapCode;