Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Edit category

Command: Line Down command

Scroll Prev Top Next More
EmEditor Home - EmEditor Help - Command Reference - Edit category

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

Copyright © 2003-2023 by Emurasoft, Inc.