标签: autohotkey
大家好,所以当谈到ahk时,我有点像菜鸟,我需要你的帮助才能在这个小脚本中添加延迟
$F3:: ; { Send % step ? "{²}{y}**ADD 50 MS DELAY THERE**{s}{a}" : "{²}{s}{a}" SetTimer, timeout, -10500, step := 1 } return timeout: step := "" return
感谢advanace的帮助
答案 0 :(得分:0)
使用Sleep function:
Sleep,50