Files
eqclient-conf/eq-1080p.ahk
T
2018-08-07 18:05:10 -07:00

8 lines
175 B
AutoHotkey

^!h::
IfWinExist EverQuest
{
WinSet, Style, -0xC00000 ; hide title bar
WinSet, Style, -0x40000 ; hide thickframe/sizebox
WinMove, , , 0, 0, 1920, 1080
}
return