Insert Macron command¶
Summary¶
Inserts a character with a macron accent mark.
Description¶
After selecting this command, Insert a character with a macron (ā, ē, ī, ō, ū, Ā, Ē, Ī, Ō or Ū) at the cursor by typing a, e, i, o, u, A, E, I, O or U.
How to Run¶
- Default Menu: Insert > Diacritics > Macron 
- All Commands: Insert > Diacritics > Macron 
- Toolbar: None 
- Status Bar: None 
- Default Keyboard Shortcut: ALT + - 
Plug-in Command ID¶
EEID_INSERT_MACRON (3861)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(3861);
[VBScript]¶
editor.ExecuteCommandByID 3861