Insert Tilde command¶
Summary¶
Inserts a character with a tilde accent mark.
Description¶
After selecting this command, insert a character with a tilde (ã, ñ, õ, ẽ, ũ, Ã, Ñ, Õ, Ẽ or Ũ) at the cursor by typing a, n, o, e, u, A, N, O, E or U.
How to Run¶
Default Menu: Insert > Diacritics > Tilde
All Commands: Insert > Diacritics > Tilde
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: CTRL+SHIFT+`
Plug-in Command ID¶
EEID_INSERT_TILDE (4306)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4306);
[VBScript]¶
editor.ExecuteCommandByID 4306