Home Extend command¶
Summary¶
Extends the selection to the beginning of the current line.
Description¶
Extends the selection to the beginning of the current line.
How to Run¶
Default Menu: None
All Commands: Edit > Extend Selection > Home Extend
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_SHIFT_HOME (4180)
Macros¶
[JavaScript]¶
document.selection.StartOfLine(true,eeLineView);
[VBScript]¶
document.selection.StartOfLine true,eeLineView