第一个:
While 1=1
KeyPress 52,1
LeftClick 1
Delay 1000
RightClick 1
Delay 1000
KeyPress 27,1
Delay 50*60000
EndWhile
第二个
While 1=1
KeyPress 51,1
Delay 1500
KeyPress 51,1
Delay 1500
KeyPress 53,1
Delay 50*60000
EndWhile
上面的 While 1=1是为了形成死循环,因为你都要求50分钟循环一次。所以在EndWhile前面一句就是延时50分钟
其实按键精灵的UI已经设计的很好了,这么简单的东西,自己多摸索摸索,就明白了。
另外,这些代码都是在“源文件”中输入,然后在“普通”视图上就能看到是什么了。