Line Up command¶
Summary¶
Moves the cursor up one line.
Description¶
Moves the cursor up one line. Equivalent to pushing the UP ARROW key once.
How to Run¶
Default Menu: None
All Commands: Edit > Move Cursor Vertically > Line Up
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: UP ARROW
Plug-in Command ID¶
EEID_UP (4160)
Macros¶
[JavaScript]¶
document.selection.LineUp(false,1);
[VBScript]¶
document.selection.LineUp false,1