按键精灵9 后台运行的详细操作方式

2024-11-15 13:55:13
推荐回答(2个)
回答(1):

Hwnd = Plugin.Window.MousePoint()//获取鼠标指向窗口句柄,为后台服务
Plugin.Bkgnd.KeyPress 参数1,参数2
Call Plugin.Bkgnd.KeyPress(Hwnd, 9)//后台按TAB
Call Plugin.Bkgnd.KeyPress(Hwnd, 52)//后台按4
Call Plugin.Bkgnd.KeyPress(Hwnd, 53)//后台按5
其实这些命令都在
全部命令……插件命令……后台插件(获取据并命令在windows插件中)里面,LZ自己找就好了,每条命令下面都有相应的说明和案例。
希望对您有帮助。

回答(2):

a