Reverse the 4 and 6 actually

This commit is contained in:
2026-01-02 16:16:55 +01:00
parent 3939c8b289
commit a3c60c6588

View File

@@ -51,8 +51,8 @@ if !(A_IsCompiled)
Call := Main_Class()
#HotIf WinActive("ahk_exe exefile.exe")
WheelUp::Send("{Numpad6}")
WheelDown::Send("{Numpad4}")
WheelUp::Send("{Numpad4}")
WheelDown::Send("{Numpad6}")
+WheelUp::Send("{WheelUp}")
+WheelDown::Send("{WheelDown}")
#HotIf