Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Edit category

Command: Logical Home Extend command

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

Logical Home Extend command

Summary

Extends the selection to the start of the current logical line.

Description

Extends the selection to the start of the current logical line.

How to Run

Default Menu: None

All Commands: Edit > Extend Selection > Logical Home Extend

Toolbar: None

Status Bar: None

Default Keyboard Shortcut: ALT+SHIFT+HOME

Plug-in Command ID

EEID_SHIFT_LOGICAL_HOME (4181)

Macros

[JavaScript]

document.selection.StartOfLine(true,eeLineLogical);

[VBScript]

document.selection.StartOfLine true,eeLineLogical

Copyright © 2003-2023 by Emurasoft, Inc.