Insert 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: Insert > Empty Line Below

  • All Commands: Insert > Empty 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