Open Line Below command
Summary
Inserts a new line below the current cursor position.
Description
Inserts a new line below the line the cursor is currently located in.
How to Run
- Default Menu: None
- All Commands: Edit > Insert
> Open Line Below
- Toolbar: None
- Status Bar: None
- Default Keyboard Shortcut: CTRL+SHIFT+ENTER
Plug-in Command ID
- EEID_LINE_OPEN_BELOW (4196)
Macros
[JavaScript]
document.selection.LineOpen(false);
[VBScript]
document.selection.LineOpen false
Send feedback on this topic to Emurasoft