(state:init): Add `shift' to the branch action
authorhanda <handa>
Fri, 30 May 2008 05:05:58 +0000 (05:05 +0000)
committerhanda <handa>
Fri, 30 May 2008 05:05:58 +0000 (05:05 +0000)
of enter-fullwidth-mode and enter-single-fullwidth-mode.

MIM/zh-quick.mim
MIM/zh-tonepy.mim

index 603b849..1cae3e8 100644 (file)
@@ -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
index e3eb7ea..1907082 100644 (file)
@@ -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