Extends the selection one character to the right.
Extends the selection one character to the right. If the cursor is at the end of a line, this command moves the selection to the start of the next line.
•Default Menu: None
•All Commands: Edit > Extend Selection > Char Right Extend
•Toolbar: None
•Status Bar: None
•Default Keyboard Shortcut: SHIFT+RIGHT ARROW
•EEID_SHIFT_RIGHT (4172)
document.selection.CharRight(true,1);
document.selection.CharRight true,1