Toggle IME command

Summary

Toggles the IME.

Description

Enables or disables the Input Method Editor for Far East languages.

How to Run

  • Default Menu: None

  • All Commands: Edit > Advanced > IME

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: CTRL+F11

Plug-in Command ID

EEID_TOGGLE_IME (4198)

Macros

[JavaScript]

editor.ExecuteCommandByID(4198);

[VBScript]

editor.ExecuteCommandByID 4198