Changes

Jump to: navigation, search

WebAPI/KeboardIME

78 bytes removed, 14:39, 27 August 2013
m
Proposed API
* to compose non-ASCII characters from keystrokes, e.g. Pinyin or Hiragana. The composing text is the
* intermediate text to help input complex character and is not committed to current input field. Therefore
* if any text operation other than composition is performed, the composition will be automatically * canceled and the composing text will be clearedend. Same apply when the inputContext is lost during a * unfinished composition session.
*
* To finish composition and commit text to current input field, an IME should call |endComposition|.
* committed.
*
* Note that composition always ends automatically with nothing to commit if the composition does not
* explicitly end by calling |endComposition|, but is interrupted by |sendKey|, |setSelectionRange|,
* |replaceSurroundingText|, |deleteSurroundingText|, user moving the cursor, changing the focus, etc.
Confirm
58
edits

Navigation menu