Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Edit category

Command: Logical Home command

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

Logical Home command

Summary

Moves the cursor to the start of the current logical line.

Description

Moves the cursor to the start of the current logical line.

How to Run

Default Menu: None

All Commands: Edit > Move Cursor Horizontally > Logical Home

Toolbar: None

Status Bar: None

Default Keyboard Shortcut: ALT+HOME

Plug-in Command ID

EEID_LOGICAL_HOME (4165)

Macros

[JavaScript]

document.selection.StartOfLine(false,eeLineLogical);

[VBScript]

document.selection.StartOfLine false,eeLineLogical

Copyright © 2003-2023 by Emurasoft, Inc.