新入坑的小白,自己找了一段热键,代码如下:
M::
;(M=热鍵)
; Send {Z Down}
; Sleep 30
; Send {Z Up}
; Sleep 30
;(Z=上架势)
Sleep 80
Send {RButton Down}
Sleep 40
;(以下的时间很重要)
Send {LButton Down}
Sleep 40
Send {LButton Up}
Sleep 40
Send {RButton Up}
Sleep 1253
Send {LButton Down}
Sleep 40
Send {LButton Up}
Sleep 890
Send {LButton Down}
Sleep 40
Send {LButton Up}
Sleep 790
Send {LButton Down}
Sleep 40
Send {LButton Up}
Sleep 890
Send {LButton Down}
Sleep 40
Send {LButton Up}
Sleep 40
Return
;(RButton=防)
;(LButton=輕)
我的问题是如何修改可以达到按住M时,执行当前的热键,而一旦松开M就停止执行,而不是一直执行到底?
感谢各位大大!
M::
;(M=热鍵)
; Send {Z Down}
; Sleep 30
; Send {Z Up}
; Sleep 30
;(Z=上架势)
Sleep 80
Send {RButton Down}
Sleep 40
;(以下的时间很重要)
Send {LButton Down}
Sleep 40
Send {LButton Up}
Sleep 40
Send {RButton Up}
Sleep 1253
Send {LButton Down}
Sleep 40
Send {LButton Up}
Sleep 890
Send {LButton Down}
Sleep 40
Send {LButton Up}
Sleep 790
Send {LButton Down}
Sleep 40
Send {LButton Up}
Sleep 890
Send {LButton Down}
Sleep 40
Send {LButton Up}
Sleep 40
Return
;(RButton=防)
;(LButton=輕)
我的问题是如何修改可以达到按住M时,执行当前的热键,而一旦松开M就停止执行,而不是一直执行到底?
感谢各位大大!