From 39467a6832b455b7bd294613cffd3fff1414630f Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 30 May 2008 05:01:26 +0000 Subject: [PATCH] (map:enter-fullwidth-mode): Don't shift. (map:exit-fullwidth-mode, map:enter-single-fullwidth-mode): Likewise. (state:init): Add `shift' to the branch action of exit-fullwidth-mode. --- MIM/cjk-util.mim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/MIM/cjk-util.mim b/MIM/cjk-util.mim index c2a55f4..3bf2cc2 100644 --- a/MIM/cjk-util.mim +++ b/MIM/cjk-util.mim @@ -69,17 +69,17 @@ is inserted, then the mode is turned off. ((Korean_Won) ?₩)) (enter-fullwidth-mode - (">>" (shift fullwidth-mode))) + (">>")) (exit-fullwidth-mode - ("<<" (shift t))) + ("<<")) (enter-single-fullwidth-mode - ("Z" (shift single-fullwidth-mode)))) + ("Z"))) (state (fullwidth-mode "A" (fullwidth (commit)) - (exit-fullwidth-mode) + (exit-fullwidth-mode (shift t)) (nil (unhandle))) (single-fullwidth-mode -- 1.7.10.4