From: handa Date: Fri, 30 May 2008 05:05:58 +0000 (+0000) Subject: (state:init): Add `shift' to the branch action X-Git-Tag: REL-1-5-2~16 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c936cb565c0eb82ae996373506650a843925e7e7;p=m17n%2Fm17n-db.git (state:init): Add `shift' to the branch action of enter-fullwidth-mode and enter-single-fullwidth-mode. --- 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