Line Down Extend command
Summary
Extends the selection down one line.
Description
Extends the selection down one line.
How to Run
- Default Menu: None
- All Commands: Edit > Extend Selection
> Line Down Extend
- Toolbar: None
- Status Bar: None
- Default Keyboard Shortcut: SHIFT+DOWN ARROW
Plug-in Command ID
Macros
[JavaScript]
document.selection.LineDown(true,1);
[VBScript]
document.selection.LineDown true,1
Send feedback on this topic to Emurasoft