Top command
Summary
Moves the cursor to the top of the document.
Description
Moves the cursor to the 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
Macros
[JavaScript]
document.selection.StartOfDocument(false);
[VBScript]
document.selection.StartOfDocument false
Send feedback on this topic to Emurasoft