Scroll Left command

Summary

Scrolls the document left by one character.

Description

Scrolls the document left by one character.

How to Run

  • Default Menu: None

  • All Commands: Window > Scroll > Left

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: None

Plug-in Command ID

EEID_WINDOW_SCROLL_LEFT (4474)

Macros

[JavaScript]

editor.ExecuteCommandByID(4474);

[VBScript]

editor.ExecuteCommandByID 4474