X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-lib-cs.git;a=blobdiff_plain;f=input.txt;h=6537e65ef2adff3e7ddb8521141b554708c04de4;hp=f95152bdb0b6ed6f7e8c5e53b256268af9716f84;hb=HEAD;hpb=1d437136777ceed08a6a1835feb6864219ebef86 diff --git a/input.txt b/input.txt index f95152b..6537e65 100644 --- a/input.txt +++ b/input.txt @@ -61,7 +61,7 @@ KEYSEQTERM = KEYSEQ | VAR (value is KEYSEQ) | FUNCALL (return KEYSEQ) MARKER = '' STRING '' MARKERTERM = MARKER | VAR (value is MARKER) | FUNCALL (return MARKER) -SELECTOR = '' STRING '' +SELECTOR = '' "@..." '' SELECTORTERM = SELECTOR | VAR (value is SELECTOR) | FUNCALL (return SELECTOR) MIM-PREDEFINED @@ -86,8 +86,9 @@ SHIFT = '' SYMTERM '' SHIFTBACK = '' CHAR-AT = '' MARKERTERM '' => C, where C is the character in the preedit text - at the postion of MARKERTERM + or the surrounding text at the postion specified by MARKERTERM. KEY-COUNT = '' => N, where N is the number of currently handled keys SURROUNDING-TEXT-FLAG = '' - => 1 or 0 + => 1 if surrounding text handling is supported + or 0 if not.