Insert Inverted Exclamation Mark command¶
Summary¶
Inserts an inverted exclamation mark.
Description¶
Inserts an inverted exclamation mark (¡) at the cursor.
How to Run¶
Default Menu: Insert > Marks > Inverted Exclamation Mark
All Commands: Insert > Marks > Inverted Exclamation Mark
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: ALT+CTRL+SHIFT+1
Plug-in Command ID¶
EEID_INSERT_INVERTED_EXCLAMATION (4313)
Macros¶
[JavaScript]¶
document.selection.Text="¡";
[VBScript]¶
document.selection.Text="¡"