아래 *x를 눌러서 실행시킬때 소요되는 시간 측정을 어떻게 하나요?

 

 

SetDefaultMouseSpeed,0 

SetKeyDelay,-1 

SetControlDelay,-1

SetBatchLines,-1

SetWinDelay,-1

SetMouseDelay,-1


*f::

Reload

return


*end::

ExitApp

return



*x::

Loop, 1

{

send, {shift down}

send, {3 down}

send, {3 up}

sleep, 1550

send, {1 up}

send, {rbutton down}

send, {rbutton up}

send, {shift up}

}

return


답글