Include the autohotkey script

This commit is contained in:
Isuldor
2018-08-07 18:05:10 -07:00
parent 622897d6b3
commit bc9ff75d32
+8
View File
@@ -0,0 +1,8 @@
^!h::
IfWinExist EverQuest
{
WinSet, Style, -0xC00000 ; hide title bar
WinSet, Style, -0x40000 ; hide thickframe/sizebox
WinMove, , , 0, 0, 1920, 1080
}
return