From e49bfadf246fa03265d947c7206f25caa826e8d9 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 21 May 2010 23:19:38 +0000 Subject: [PATCH] (state:state-LVT-or-LVTL): Add backspace branch. --- MIM/ko-han2.mim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MIM/ko-han2.mim b/MIM/ko-han2.mim index bc888cb..4cb3f07 100644 --- a/MIM/ko-han2.mim +++ b/MIM/ko-han2.mim @@ -351,8 +351,8 @@ This input method uses this keyboard layout: (L-or-T-head ;; e.g. "rkrtr"; make the last "r" start a new composing. (pushback 1) (shift init)) (V-head ;; e.g. "rkrth"; make the last "th" start a new composing. - (delete @<) (set T T1) (compose) (pushback 2) (shift init))) -) + (delete @<) (set T T1) (compose) (pushback 2) (shift init)) + (backspace))) ;; Local Variables: ;; coding: utf-8 -- 1.7.10.4