Window Commands

The Window submenu of the Command Menu gives access to several Windows related commands.

Minimize Client command

The Minimize Client command minimizes the current Client Application window you are working in.

Maximize Client command

The Maximize Client command maximizes the current Client Application window you are working in.

Restore Client command

The Restore Client command restores the current Client Application window you are working in.

Minimize Instant Text command

The Minimize InstantText command minimizes the Instant Text window.

Restore Instant Text command

The Restore InstantText command restores the Instant Text window.

Scroll Wheel Down and Scroll Wheel Up commands

The Scroll Wheel Down command simulates a roll of the scroll wheel one notch down.
The Scroll Wheel Up command simulates a roll of the scroll wheel one notch up.

If you want to scroll more than one notch you may edit the value between {ScrollWheel} and {/ScrollWheel}.
Positive values are used to scroll up, negative values to scroll down. 

To scroll down 5 notches, you can use the following command:

        {command}{ScrollWheel}-5{/ScrollWheel}{NoSpacing}

To scroll up 5 notches, you can use the following command:

        {command}{ScrollWheel}+5{/ScrollWheel}{NoSpacing}

Activate Window command

The Activate Window command activates the window with the specified title. You may specify text that partially matches the title of the window you want to activate. If you have a Microsoft Word window open, it will take the focus as a result of the following command:

        {command}{ActivateWindow}Microsoft Word{/ActivateWindow}{NoSpacing}