Forward command¶
Summary¶
Moves the cursor to the next position.
Description¶
Moves the cursor to the next position.
How to Run¶
Default Menu: Edit > Advanced > Forward
All Commands: Edit > Advanced > Forward
Toolbar:
Status Bar: None
Default Keyboard Shortcut: ALT + RIGHT
Plug-in Command ID¶
EEID_CARET_FORWARD (4598)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4598);
[VBScript]¶
editor.ExecuteCommandByID 4598