在第二个循环中忽略睡眠

时间:2015-12-29 23:00:46

标签: autohotkey

XButton1::
    Loop, 50 {
        Send {LButton down}
        Send {RButton down}
        Sleep 4000
        Send {LButton up}
        Send {RButton up}
        Send t
        Send enter
    }
return

在第二个循环中,代码只是忽略了睡眠语法,但在检查autohotkey控制台时,它表示在执行下半部分之前等了4.00秒。

有人知道如何解决这个问题吗?

0 个答案:

没有答案