Moves the cursor to the start of the current logical line or the start of text.
Moves the cursor to either the start of the current logical line, or the first non-white space character of the current line. If the cursor is within white space characters at the beginning of the line, this command moves the cursor to the first non-white space character of the line.
•Default Menu: None
•All Commands: Edit > Move Cursor Horizontally > Logical Home or Start of Text
•Toolbar: None
•Status Bar: None
•Default Keyboard Shortcut: None
•EEID_LOGICAL_HOME_TEXT (4333)
document.selection.StartOfLine(false,eeLineLogical | eeLineHomeText);
document.selection.StartOfLine false,eeLineLogical Or eeLineHomeText