*** empty log message ***
[m17n/m17n-lib-cs.git] / input.txt
index 13420ed..3fe5929 100644 (file)
--- a/input.txt
+++ b/input.txt
@@ -67,7 +67,7 @@ SELECTORTERM = SELECTOR | VAR (value is SELECTOR) | FUNCALL (return SELECTOR)
 MIM-PREDEFINED
   = INSERT | CANDIDATES | DELETE | SELECT | SHOW | HIDE
     | MARK | MOVE | PUSHBACK | POP | UNDO | COMMIT | UNHANDLE
-    | SHIFT | SHIFTBACK | CHAR-AT | KEY-COUNT | SURROUND-TEXT-P
+    | SHIFT | SHIFTBACK | CHAR-AT | KEY-COUNT | SURROUNDING-TEXT-FLAG
 
 INSERT = '<insert>' [ INTTERM | STRTERM ] '</insert>'
 CANDIDATES = '<insert-candidates>' [ STRTERM | LISTTERM ]+ '</insert-candiates>'
@@ -83,11 +83,11 @@ UNDO = '<undo>' INTTERM ? '</undo>'
 COMMIT = '<commit/>'
 UNHANDLE = '<unhandle/>'
 SHIFT = '<shift>' SYMTERM '</shift>'
-SHIFTBACK = '<shiftback/>'
+SHIFTBACK = '<shift-back/>'
 CHAR-AT = '<char-at>' MARKERTERM '</char-at>'
   => <integer>C</integer>, where C is the character in the preedit text
      at the postion of MARKERTERM
 KEY-COUNT = '<key-count/>'
   => <integer>N</integer>, where N is the number of currently handled keys
-SURROUNDING-TEXT-AVAILABLE = '<surrounding-text-available/>'
+SURROUNDING-TEXT-FLAG = '<surrounding-text-flag/>'
   => <integer>1</integer> or <integer>0</integer>