From c936cb565c0eb82ae996373506650a843925e7e7 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 30 May 2008 05:05:58 +0000 Subject: [PATCH] (state:init): Add `shift' to the branch action of enter-fullwidth-mode and enter-single-fullwidth-mode. --- MIM/zh-quick.mim | 4 ++-- MIM/zh-tonepy.mim | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MIM/zh-quick.mim b/MIM/zh-quick.mim index 603b849..1cae3e8 100644 --- a/MIM/zh-quick.mim +++ b/MIM/zh-quick.mim @@ -949,8 +949,8 @@ temporarily by typing \"Z\". ;; When an initial character is typed, re-handle it in "main" state. (init (starter (show) (pushback 1) (shift main)) - (enter-fullwidth-mode) - (enter-single-fullwidth-mode)) + (enter-fullwidth-mode (shift fullwidth-mode)) + (enter-single-fullwidth-mode (shift single-fullwidth-mode))) (main ;; When a complete sequence is typed, shift to "select" state diff --git a/MIM/zh-tonepy.mim b/MIM/zh-tonepy.mim index e3eb7ea..1907082 100644 --- a/MIM/zh-tonepy.mim +++ b/MIM/zh-tonepy.mim @@ -2192,8 +2192,8 @@ temporarily by typing \"Z\". ;; When an initial character is typed, re-handle it in "main" state. (init (starter (show) (pushback 1) (shift main)) - (enter-fullwidth-mode) - (enter-single-fullwidth-mode)) + (enter-fullwidth-mode (shift fullwidth-mode)) + (enter-single-fullwidth-mode (shift single-fullwidth-mode))) (main ;; When a complete sequence is typed, shift to "select" state -- 1.7.10.4