diff --git a/Main.ahk b/Main.ahk index 302d2f2..2580397 100644 --- a/Main.ahk +++ b/Main.ahk @@ -50,6 +50,13 @@ if !(A_IsCompiled) Call := Main_Class() +#HotIf WinActive("ahk_exe exefile.exe") +WheelUp::Send("{Numpad6}") +WheelDown::Send("{Numpad4}") ++WheelUp::Send("{WheelUp}") ++WheelDown::Send("{WheelDown}") +#HotIf + Load_JSON() { DJSON := JSON.Load(default_JSON) if !(FileExist("EVE-X-Preview.json")) {