按键精灵怎么设置组合键
2024-07-18 21:11:28作者:饭克斯
这是代码你复制到按键精灵里面可以调试看看
do
按键码=WaitKey()
If按键码=49Then'1=49按键码键盘左边的1
KeyDown18,1
KeyPress83,1
KeyUp18,1
ElseIf按键码=65Then'A=65按键码键盘A键
KeyDown17,1
KeyPress69,1
KeyUp17,1
EndIf
Delay100
loop
展开全文
2024-07-18 21:11:28作者:饭克斯
这是代码你复制到按键精灵里面可以调试看看
do
按键码=WaitKey()
If按键码=49Then'1=49按键码键盘左边的1
KeyDown18,1
KeyPress83,1
KeyUp18,1
ElseIf按键码=65Then'A=65按键码键盘A键
KeyDown17,1
KeyPress69,1
KeyUp17,1
EndIf
Delay100
loop