Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Edit category

Command: Char Right Extend command

Scroll Prev Top Next More
EmEditor Home - EmEditor Help - Command Reference - Edit category

Char Right Extend command

Summary

Extends the selection one character to the right.

Description

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.

How to Run

Default Menu: None

All Commands: Edit > Extend Selection > Char Right Extend

Toolbar: None

Status Bar: None

Default Keyboard Shortcut: SHIFT+RIGHT ARROW

Plug-in Command ID

EEID_SHIFT_RIGHT (4172)

Macros

[JavaScript]

document.selection.CharRight(true,1);

[VBScript]

document.selection.CharRight true,1

Copyright © 2003-2023 by Emurasoft, Inc.