Window Left command

Summary

Moves the cursor to the left edge of the current window.

Description

Moves the cursor to the left edge of the current window. This command does not move the horizontal scroll position.

How to Run

  • Default Menu: None

  • All Commands: Edit > Move Cursor Horizontally > Window Left

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_WINDOW_LEFT (4295)

Macros

[JavaScript]

editor.ExecuteCommandByID(4295);

[VBScript]

editor.ExecuteCommandByID 4295