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: None
- All Commands: Edit > Insert
> Insert Accent Mark/Special Character > 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="¡"
Send feedback on this topic to Emurasoft