Moves the cursor to the first non-white space character of the current line.
Moves the cursor to the start of the current line. This command ignores any white space at the beginning of the current line, and places the cursor next to the first non-white space character.
•Default Menu: None
•All Commands: Edit > Move Cursor Horizontally > Home or Start of Text
•Toolbar: None
•Status Bar: None
•Default Keyboard Shortcut: HOME
•EEID_HOME_TEXT (4296)
document.selection.StartOfLine(false,eeLineView | eeLineHomeText);
document.selection.StartOfLine false,eeLineView | eeLineHomeText