高分请教按键精灵里的极小问题.

来源:百度知道 编辑:UC知道 时间:2024/09/23 16:25:11
请问,如何让按键精灵在我手动按下1时,隔几百毫秒,它自动按下2,再隔些几百毫秒自动按下3这样?只要我每按下1,就会触发这样的循环。。请发一下源文件代码,谢谢!

[General]
Description=1-0循环
BeginHotkey=49
BeginHotkeyMod=0
PauseHotkey=0
PauseHotkeyMod=0
StopHotkey=123
StopHotkeyMod=0
RunOnce=1
EnableWindow=
Enable=1
AutoRun=0
[Repeat]
Type=0
Number=1
[Relative]
SetupOCXFile=
[Comment]
Content=

[Script]
KeyPress 50,1
Delay 300
KeyPress 51,1
Delay 300
KeyPress 52,1
Delay 300
KeyPress 53,1
Delay 300
KeyPress 54,1
Delay 300
KeyPress 55,1
Delay 300
KeyPress 56,1
Delay 300
KeyPress 57,1
Delay 300
KeyPress 48,1
Delay 300
For 2243
KeyPress 49,1
Delay 300
KeyPress 50,1
Delay 300
KeyPress 52,1
Delay 300
KeyPress 53,1
Delay 300
KeyPress 54,1
Delay 300
KeyPress 55,1
Delay 300
KeyPress 56,1
Delay 300
KeyPress 57,1
Delay 3