level 12
SetKeyDelay, 0
SetMouseDelay, 0
;全局变量
keep:=1
$WheelUp::
send 34
send {Shift down}
send {LButton}
send {Shift up}
SetTimer, boom, 100
send {1 down}
return
$WheelDown::
keep:=0
send {1 up}
SetTimer, boom, Off
return
boom:
{
send 2
}
return
2021年04月04日 06点04分
1
SetMouseDelay, 0
;全局变量
keep:=1
$WheelUp::
send 34
send {Shift down}
send {LButton}
send {Shift up}
SetTimer, boom, 100
send {1 down}
return
$WheelDown::
keep:=0
send {1 up}
SetTimer, boom, Off
return
boom:
{
send 2
}
return

