Screenlayout(Height, Width)

Screenlayout(HEIGHT,WIDTH) height and width of the main window. Sets Active Window to center of screen and all remaining windows down the left and right sides fitting to remaining space. Clicking one of the smaller windows and pushing this hotkey will swap it out to the middle screen. If you are using a screen size that encompasses the entire width of your monitor you should use ScreenlayoutWide

Usage:

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

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

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

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

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

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

Leave a Reply

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

Back To Top