按键精灵问题,求高手帮忙解决!

2025-02-23 22:01:40
推荐回答(2个)
回答1:

BeginThread Thread1
While True
RightClick 1
KeyPress "Space", 1
Wend
Sub Thread1()
While True
delay 15*6000
//录制程序
Wend
End Sub

回答2:

BeginThread Thread1
While True
RightClick 1
KeyPress "Space", 1
Wend
Sub Thread1()
While True
Delay 1 * 6000
//录制程序
'==========以下是按键精灵录制的内容==========
'==========以上是按键精灵录制的内容==========
Wend
End Sub