#IfWinActive,魔兽世界
#MaxThreadsPerHotkey 3
WheelDown::
B=1
return
WheelUP::
B=0
Loop,{
if b
return
Send i
sleep,1000
}
return
;或者
#IfWinActive,魔兽世界
#MaxThreadsPerHotkey 3
B=1
WheelUP::
if not A_TimeSincePriorHotkey>600 and not A_TimeSincePriorHotkey=-1
return
B:=!B
if b
return
B=0
Loop,{
if b
return
Send i
sleep,1000
}
return