Skip to content

Instantly share code, notes, and snippets.

@AucaCoyan
Created August 2, 2017 18:36
Show Gist options
  • Select an option

  • Save AucaCoyan/a95f32641640d980a1ee9f76c24bc462 to your computer and use it in GitHub Desktop.

Select an option

Save AucaCoyan/a95f32641640d980a1ee9f76c24bc462 to your computer and use it in GitHub Desktop.
Resize Window. For Windows XP (Win+Up Maximize, etc)
#NoEnv ;Avoids checking empty variables to see if they are environment variables (recommended for all new scripts).
#Up::
WinMaximize, A
return
#Down::
WinMinimize, A
return
#Right::WinMove,A,,A_ScreenWidth/2,0,960,1040
return
#Left::WinMove,A,,0,0,960,1040
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment