Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 820 Bytes

input-method-editor.md

File metadata and controls

13 lines (8 loc) · 820 Bytes

Input Method Editor (IME)

Input Method Editor (IME) 就是输入法编辑器程序,即你当前所使用的系统输入法。 IME 是系统组件。不同操作系统对 IME 有不同的要求,比如 Windows 的 IME 文档,比如 X 窗口系统的规范

这里的 IME API 是浏览器对输入法程序的请求封装。

compositionstartcompositionupdatecompositionend 事件

这里下面的 Example 写得真好,一目了然。