我想用按键精灵把按q键等于是按2下a.按e等于按2下d.求高手给个脚本

fjqzcl1984 1年前 已收到1个回答 举报

xhxhbzbz 幼苗

共回答了24个问题采纳率:87.5% 举报

Rem a
x = WaitKey()
If x = 81 Then
KeyPress "a", 1
Delay 100
KeyPress "a",1
End If
If x = 69 Then
KeyPress "B", 1
Delay 100
KeyPress "B", 1
End If
Goto a

1年前

6
可能相似的问题
Copyright © 2024 YULUCN.COM - 雨露学习互助 - 16 q. 0.017 s. - webmaster@yulucn.com