Show/Hide Toolbars

EmEditor Help

Navigation: EmEditor Help > Command Reference > Edit category

Command: Page Down command

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

Page Down command

Summary

Moves the cursor down one page.

Description

Moves the cursor down one page at a time. The cursor will move down half of a page if the Scroll Half Page check box is checked on the Scroll page in the Configuration Properties dialog box.

How to Run

Default Menu: None

All Commands: Edit > Move Cursor Vertically > Page Down

Toolbar: None

Status Bar: None

Default Keyboard Shortcut: PAGE DOWN

Plug-in Command ID

EEID_PAGEDOWN (4163)

Macros

[JavaScript]

document.selection.PageDown(false,1);

[VBScript]

document.selection.PageDown false,1

Copyright © 2003-2023 by Emurasoft, Inc.