Window Right command¶
Summary¶
Moves the cursor to the right edge of the current window.
Description¶
Moves the cursor to the right edge of the current window. This command does not move the horizontal scroll position.
How to Run¶
Default Menu: None
All Commands: Edit > Move Cursor Horizontally > Window Right
Toolbar: None
Status Bar: None
Default Keyboard Shortcut: None
Plug-in Command ID¶
EEID_WINDOW_RIGHT (4294)
Macros¶
[JavaScript]¶
editor.ExecuteCommandByID(4294);
[VBScript]¶
editor.ExecuteCommandByID 4294