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
Macros
[JavaScript]
document.selection.LineDown(false,1);
[VBScript]
document.selection.LineDown false,1
Send feedback on this topic to Emurasoft