按键精灵怎么设置键盘连续按几个键

比如说我要先按S接着按DFGWER求大侠教导... 比如说我要先按S 接着按D F G W E R 求大侠教导 展开
 我来答
wh119520
2012-03-19
知道答主
回答量:20
采纳率:0%
帮助的人:19.9万
展开全部
Hwnd = Plugin.Window.Foreground()
Rem 启动
Key=WaitKey()
//脚本运行到这一行会暂停,当用户按下键盘后继续执行,并且把用户的按键码保存在变量Key里
If Key = 83 Then
Delay 500
Call Plugin.Bkgnd.KeyPress(Hwnd, 68)
Goto 启动
End If

If Key=83 Then
Delay 500
Call Plugin.Bkgnd.KeyPress(Hwnd, 70)
Goto 启动
End If

If Key=83 Then
Delay 500
Call Plugin.Bkgnd.KeyPress(Hwnd, 71)
Goto 启动
End If
If Key=83 Then
Delay 500
Call Plugin.Bkgnd.KeyPress(Hwnd,87)
Goto 启动
End If
If Key=83 Then
Delay 500
Call Plugin.Bkgnd.KeyPress(Hwnd, 69)
Goto 启动
End If
If Key=83 Then
Delay 500
Call Plugin.Bkgnd.KeyPress(Hwnd, 82)
Goto 启动
End If
直接复制 使用 当你按S时 同时按下DFGWER
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式