8 lines
175 B
AutoHotkey
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 |