Quote Originally Posted by Raikki View Post
You're just missing a step in the AutoHotKey script. Here's mine:



Edit "1680, 0" to be the desktop coordinates you want the upper left corner of the screen to be (0, 0 for your primary display) and "1360, 768" to be the resolution you're running the game. Edit "^+a" to be whatever keyboard shortcut you want for it.
Even better:
WinMove, A, , 0, 0, A_ScreenWidth, A_ScreenHeight
This detects your monitor resolution so theres no editing