ScreenlayoutWide(Height,Width)

ScreenlayoutWide(HEIGHT,WIDTH) height and width of the main window. Sets Active Window to center of screen and all remaining windows along the bottom fitting to remaining space. Clicking one of the smaller windows and pushing this hotkey will swap it out to the middle screen.

Usage:

Using Function Key
$F1::ScreenlayoutWide(768,1024)

Using Letters
$a::ScreenlayoutWide(768,1024))

Using Numbers
$1::ScreenlayoutWide(768,1024)

Using Alt 1
$!1::ScreenlayoutWide(768,1024)

Using Ctrl 1
$^1::ScreenlayoutWide(768,1024)

Using Shift 1
$+1::ScreenlayoutWide(768,1024)

Leave a Reply

Your email address will not be published. Required fields are marked *

Back To Top