End command¶
Summary¶
Moves the cursor to the end of the current line.
Description¶
Moves the cursor to the end of the current line.
How to Run¶
Default Menu: None
All Commands: Edit > Move Cursor Horizontally > End
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: END
Plug-in Command ID¶
EEID_END (4166)
Macros¶
[JavaScript]¶
document.selection.EndOfLine(false,eeLineView);
[VBScript]¶
document.selection.EndOfLine false,eeLineView