按键精灵如何三个任意组合键齐按(两个数字+一个英文字母)?
2个回答
展开全部
Rem 开始
aj=WaitKey
If aj=32 Then
BeginThread 按键码1
BeginThread 按键码2
BeginThread 按键码3
Delay 30
Else
EndScript
End If
Goto 开始
Sub 按键码1()
KeyPress "1", 1
End Sub
Sub 按键码2()
KeyPress "2", 1
End Sub
Sub 按键码3()
KeyPress "A", 1
End Sub
这里用了多线程,可以实现同时多键输出。
上面用的是空格键来控制多键输出,按其它键退出脚本
想输出什么键,增加几个按键,自己改一下。
aj=WaitKey
If aj=32 Then
BeginThread 按键码1
BeginThread 按键码2
BeginThread 按键码3
Delay 30
Else
EndScript
End If
Goto 开始
Sub 按键码1()
KeyPress "1", 1
End Sub
Sub 按键码2()
KeyPress "2", 1
End Sub
Sub 按键码3()
KeyPress "A", 1
End Sub
这里用了多线程,可以实现同时多键输出。
上面用的是空格键来控制多键输出,按其它键退出脚本
想输出什么键,增加几个按键,自己改一下。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询