Next Pane command

Summary

Switches to the next pane.

Description

Moves the cursor to the next pane, if the window is split into multiple panes.

How to Run

  • Default Menu: None

  • All Commands: Window > Panes > Next Pane

  • Toolbar: None

  • Status Bar: None

  • Default Shortcut Key: F6

Plug-in Command ID

EEID_NEXT_PANE (4214)

Macros

[JavaScript]

editor.ExecuteCommandByID(4214);

[VBScript]

editor.ExecuteCommandByID 4214