From: handa Date: Mon, 27 Dec 2004 04:45:33 +0000 (+0000) Subject: Make SPC key commit the current preedit. X-Git-Tag: REL-1-2-0~9 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b0957383b08da0e6dc5ce22be403244e94c5032b;p=m17n%2Fm17n-db.git Make SPC key commit the current preedit. --- diff --git a/ko-romaja.mim b/ko-romaja.mim index 6c041bb..bec7058 100644 --- a/ko-romaja.mim +++ b/ko-romaja.mim @@ -171,7 +171,10 @@ ((BackSpace) (undo))) (tilda - ("~"))) + ("~")) + + (space + (" "))) (state (init @@ -181,17 +184,21 @@ (V (shift after-LV)) (punctuation) (backspace) + (space) (tilda (shift single))) (after-L (V (shift after-LV)) + (space (shift init)) (backspace)) (after-LV (X (shift after-LVX)) (T (shift init)) + (space (shift init)) (backspace)) (after-LVX (V-head (delete @<) (pushback 0) (shift fix-LV-redo-L)) + (space (shift init)) (backspace) (nil (delete @<) (pushback 0) (shift fix-LVT-redo-L)))