Map mouse wheel to numpad 46 to switch targets :D
This commit is contained in:
7
Main.ahk
7
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")) {
|
||||
|
||||
Reference in New Issue
Block a user