Table of Contents

Front Window

Brings the specified window to the front

Usage:

front window “title of window”

Optional Parameters:

location (list of x, y parameters to place the window)
size (list of 2 integers for width and height)

You can pass the title of any window that is open, or by passing specific names you can cause windows for specific things to be opened even if they are not open. Supported values are:

Examples:

front window "log" location {40, 40} size {400, 600}