Make SPC key commit the current preedit.
authorhanda <handa>
Mon, 27 Dec 2004 04:45:33 +0000 (04:45 +0000)
committerhanda <handa>
Mon, 27 Dec 2004 04:45:33 +0000 (04:45 +0000)
ko-romaja.mim

index 6c041bb..bec7058 100644 (file)
   ((BackSpace) (undo)))
 
  (tilda
-  ("~")))
+  ("~"))
+
+ (space
+  (" ")))
 
 (state
  (init
   (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)))