Add GSUB features.
[m17n/m17n-db.git] / ko-romaja.mim
index 6c041bb..acf0f17 100644 (file)
   ((BackSpace) (undo)))
 
  (tilda
-  ("~")))
+  ("~"))
+
+ (space
+  ((S-\ ))))
 
 (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)))