Rem a x = WaitKey() If x = 65 Then KeyPress "A", 1 Delay 100 KeyPress "a",1 End If If x = 66 Then KeyPress "b", 1 Delay 100 KeyPress "b",1 End If Goto a
更多追问追答
追问
请问这个脚本是按a一下等于按两下妈吗?
追答
嗯 是的
追问
那d的呢
是不是把上面的a改成d就行了
追答
不是 ,需要修改按键代码
追问
那辛苦你帮我再做下d的脚本吧。非常感谢
追答
Rem a x = WaitKey() If x = 68 Then KeyPress "d", 1 Delay 100 KeyPress "d",1 End If