Re: [AHK-] while loop 中副程式問題

作者: topwing (Levin)   2013-10-01 02:57:06
關於右見選單的問題做了點修改
RButton up::a = 0
RButton::
KeyWait, RButton, T0.25
if(ErrorLevel = 1)
a=1
else if(ErrorLevel = 0)
Send, {RButton}
return
WheelDown::
if(a)
Send, {PgDn}
else
Send, {WheelDown}
return
WheelUp::
if (a)
Send, {PgUp}
else
Send, {WheelUp}
return

Links booklink

Contact Us: admin [ a t ] ucptt.com