Hwnd = Plugin.Window.MousePoint()
Rem a
Call Plugin.Bkgnd.KeyPress(Hwnd, 112)
Delay 1000
Goto a
//先把鼠标移动到需要运行脚本的窗口上,再启动脚本
打开新建脚本,点源文件 在里面复制 下面的东西
Hwnd = Plugin.Window.MousePoint()
Rem a
Call Plugin.Bkgnd.KeyPress(Hwnd, 112)
Delay 1000
Goto a
//先把鼠标移动到需要运行脚本的窗口上,再启动脚本