Top command¶
Summary¶
Moves the cursor to the top of the document.
Description¶
Moves the cursor to the beginning/top of the document.
How to Run¶
Default Menu: None
All Commands: Edit > Move Cursor Vertically > Top
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: CTRL+HOME
Plug-in Command ID¶
EEID_TOP (4168)
Macros¶
[JavaScript]¶
document.selection.StartOfDocument(false);
[VBScript]¶
document.selection.StartOfDocument false