1 year ago
#72294
Teoo
autohotkey unix miliseconds
#persistent
SetTimer, CheckTime, 0 ;check ms all the time
Return
CheckTime:
if (A_Now == 2022 01 19 10 00 00 and A_MSec == 000)
SendInput {Enter}
Sleep, 100
Return
Hi, I can't figure out what it's wrong. Is this even possible? I want to reduce sending that button to below 00.100Z in Unix milliseconds
time
autohotkey
0 Answers
Your Answer