Include the autohotkey script
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user