Advertisement
Guest User

poe widescreen

a guest
Jun 14th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn  ; Enable warnings to assist with detecting common errors.
  3. SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
  5.  
  6. WinWait, ahk_class POEWindowClass
  7. WinActivate
  8. WinMove, 0, 0
  9. ; WinMove, 0, -30 ; In windowed mode
  10. Width:=1920
  11. ;Height:=730+39 ; 39 seems to be required due to taskbar height ?? - WINDOWED MODE
  12. Height:=730+0 ; WINDOWED FULLSCREEN
  13. WinMove,,,,, Width, Height
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement