Created
August 2, 2017 18:36
-
-
Save AucaCoyan/a95f32641640d980a1ee9f76c24bc462 to your computer and use it in GitHub Desktop.
Resize Window. For Windows XP (Win+Up Maximize, etc)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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