From 0dd130f1599a839454e740ae0afc70cf893ee439 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 30 May 2008 05:02:49 +0000 Subject: [PATCH] (state:init): Add `shift' to the branch action of enter-fullwidth-mode and enter-single-fullwidth-mode. (state:isolated-jamo-mode): Likewise. --- MIM/ko-romaja.mim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MIM/ko-romaja.mim b/MIM/ko-romaja.mim index 57dd72a..965eeac 100644 --- a/MIM/ko-romaja.mim +++ b/MIM/ko-romaja.mim @@ -246,8 +246,8 @@ Special: (T) (backspace) (punctuation) - (enter-fullwidth-mode) - (enter-single-fullwidth-mode) + (enter-fullwidth-mode (shift fullwidth-mode)) + (enter-single-fullwidth-mode (shift single-fullwidth-mode)) (toggle-mode (shift isolated-jamo-mode))) (after-L @@ -281,8 +281,8 @@ Special: (T (commit)) (V (commit)) (commit-preedit (commit)) - (enter-fullwidth-mode) - (enter-single-fullwidth-mode) + (enter-fullwidth-mode (shift fullwidth-mode)) + (enter-single-fullwidth-mode (shift single-fullwidth-mode)) (toggle-mode (shift init)) (nil (unhandle)))) -- 1.7.10.4