2012-12-01 3 views

답변

0

나는이

LButton:: 
{ ;wait for the mouse button to be let go, set 0.2 second timeout 
    KeyWait, LButton, T0.2 
if(ErrorLevel) 
{ MsgBox holding down 
} else 
{ MsgBox clicked 
} 
return 
} 
같은 keyWait을 사용
관련 문제