Moves the cursor one character to the left.
Moves the cursor one character to the left. If the cursor is at the beginning of a line, this command moves the cursor to the end of the previous line. Equivalent to pushing the LEFT ARROW key once.
•Default Menu: None
•All Commands: Edit > Move Cursor Horizontally > Char Left
•Toolbar: None
•Status Bar: None
•Default Keyboard Shortcut: LEFT ARROW
•EEID_LEFT (4157)
document.selection.CharLeft(false,1);
document.selection.CharLeft false,1