Right Document command¶
Summary¶
Switches to the document at the right side on the tab bar.
Description¶
Switches to the document to the right of the current open document on the tab bar.
How to Run¶
Default Menu: None
All Commands: Window > Document Navigation > Right Document
Toolbar: None
Status Bar: None
Default Shortcut Key: CTRL + F6
Plug-in Command ID¶
EEID_RIGHT_DOC (4547)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4547);
[VBScript]¶
editor.ExecuteCommandByID 4547