From fdc5f5162b6d1014e17e380045f08d97acb1a0b3 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 6 Jan 2006 06:00:00 +0000 Subject: [PATCH] (init): Initialize L to 0. --- ko-han2.mim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ko-han2.mim b/ko-han2.mim index 90a1798..8ed5649 100644 --- a/ko-han2.mim +++ b/ko-han2.mim @@ -283,6 +283,8 @@ This input method uses this keyboard layout: (state (init + ;; This is to suppress compose action. + (t (set L 0)) (L-or-T (set L L1) (set T 0x11A7) (shift state-L)) (L (set T 0x11A7) (shift state-L)) (V) -- 1.7.10.4