按键精灵怎么设置20秒自动按键盘6一直循环的
发布网友
发布时间:2022-09-11 09:55
我来回答
共1个回答
热心网友
时间:2023-08-21 08:10
前台:
Rem a
KeyPress "6", 1 (……的6)
KeyPress "Num 6", 1 (小键盘的6)
Delay 20000
Goto a
这两个六应该懂得是什么意思吧?你用那个把另外一个删掉。
后台:
Hwnd = Plugin.Window.MousePoint()
Rem a
Call Plugin.Bkgnd.KeyPress(Hwnd, 54)(……的6)
Call Plugin.Bkgnd.KeyPress(Hwnd, 102)(小键盘的6)
Delay 20000
Goto a
用法同上,用那个把另外一个删掉。