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;
 
 
artik K. Agaram <vc@akkartik.com> 2015-07-29 15:55:05 -0700 1885' href='/akkartik/mu/commit/html/console.mu.html?h=main&id=9570363aec35e187e2395b1760a4b94e71580ac9'>9570363a ^
dbe12410 ^







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50