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