From 3939c8b2891475ebd5799fc451a3d91aaca19f76 Mon Sep 17 00:00:00 2001 From: PhatPhuckDave Date: Fri, 2 Jan 2026 16:10:53 +0100 Subject: [PATCH] Map mouse wheel to numpad 46 to switch targets :D --- Main.ahk | 7 +++++++ 1 file changed, 7 insertions(+) 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")) {