Line Down command

Summary

Moves the cursor down one line.

Description

Moves the cursor down one line.  Equivalent to pushing the DOWN ARROW key once.

How to Run

  • Default Menu: None

  • All Commands: Edit > Move Cursor Vertically > Line Down

  • Toolbar: None

  • Status Bar: None

  • Default Keyboard Shortcut: DOWN ARROW

Plug-in Command ID

EEID_DOWN (4161)

Macros

[JavaScript]

document.selection.LineDown(false,1);

[VBScript]

document.selection.LineDown false,1