Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Edit category

Command: Char Left Extend command

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

Char Left Extend command

Summary

Extends the selection one character to the left.

Description

Extends the selection 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.

How to Run

Default Menu: None

All Commands: Edit > Extend Selection > Char Left Extend

Toolbar: None

Status Bar: None

Default Keyboard Shortcut: SHIFT+LEFT ARROW

Plug-in Command ID

EEID_SHIFT_LEFT (4173)

Macros

[JavaScript]

document.selection.CharLeft(true,1);

[VBScript]

document.selection.CharLeft true,1

Copyright © 2003-2023 by Emurasoft, Inc.