Insert Special Character command¶
Summary¶
Inserts a special character.
Description¶
Inserts a special character at the cursor. This command will display the Insert Special Character dialog box, where you can specify a character.
How to Run¶
Default Menu: Insert > Special Character
All Commands: Insert > Special Character
Toolbar:
Status Bar: None
Default Keyboard Shortcut: CTRL + SHIFT + I
Plug-in Command ID¶
EEID_INSERT_CONTROL (4197)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4197);
[VBScript]¶
editor.ExecuteCommandByID 4197