Map mouse wheel to numpad 46 to switch targets :D

This commit is contained in:
2026-01-02 16:10:53 +01:00
parent 735de82b95
commit 3939c8b289

View File

@@ -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")) {