From bc9ff75d32992310683bc856aa5073af7cfc8587 Mon Sep 17 00:00:00 2001 From: Isuldor Date: Tue, 7 Aug 2018 18:05:10 -0700 Subject: [PATCH] Include the autohotkey script --- eq-1080p.ahk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 eq-1080p.ahk diff --git a/eq-1080p.ahk b/eq-1080p.ahk new file mode 100644 index 0000000..188dde1 --- /dev/null +++ b/eq-1080p.ahk @@ -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 \ No newline at end of file