一、示例(自动打开QQ声音) Loop ;循环体 { WinWait, 与 qq009 交谈中, IfWinNotActive, 与 qq009 交谈中, , WinActivate, 与 qq009 交谈中, WinWaitActive, 与 qq009 交谈中, Controlclick, Button36 ;接受请求 Sleep, 500 Control, Check, true, Button34 ;打开声音 Sleep, 100 } return 二、常用命令...
一、示例(自动打开 QQ 声音) Loop ; 循环体 { WinWait, 与 qq009 交谈中, IfWinNotActive, 与 qq009 交谈中, , WinActivate, 与 qq009 交谈中, WinWaitActive, 与 qq009 交谈中, Controlclick, Button36 ; 接受请求 Sleep, 500 Control, Check, true, Button34 ; 打开...
IfWinNotActive, 与 qq009 交谈中, , WinActivate, 与 qq009 交谈中, WinWaitActive, 与 qq009 交谈中, Controlclick, Button36 ;接受请求 Sleep, 500 Control, Check, true, Button34 ;打开声音 Sleep, 100 } return 二、常用命令 1、MsgBox命令有几种格式? MsgBox, 文本 或 MsgBox [, 类型,标题, 文本...
The fix I have found that is working so far is to move the files (ini, exe, everything) to the local machine, and change the file paths from a network location to the local location. Old Script File Path Examples: ;Runs exe script for setting class controls to different ClassNNs Run...
{ IfWinActive,Total Commander ahk_class TTOTAL_CMD ahk_exe TotalCMD64.exe { SetTimer,WinActivateTC,Delete Go.Go() return } } } ;=== 设置显示或者隐藏 Total Commander 11.01 主窗口的快捷键为 F4 键 === ;(F4键位于键盘主键区数字键5正上方 ; Total Commander 11.01使用支持按照“拼音首字母”...
IfWinNotActive, 与 qq009 交谈中, , WinActivate, 与 qq009 交谈中, WinWaitActive, 与 qq009 交谈中, Controlclick, Button36 ;接受请求 Sleep, 500 Control, Check, true, Button34 ;打开声音 Sleep, 100 } return 二、常用命令 1、MsgBox命令有几种格式? MsgBox, 文本 或 MsgBox [, 类型,标题, 文本...
WinActivate Send %X%`,%Y%,%Width%,%Height% Sleep 1000 Return #IfWinActive ablegare ahk_class Notepad ahk_exe notepad.exe !space:: WinClose ablegare ahk_class Notepad ahk_exe notepad.exe #IfWinActive Re: WinClose not working Posted:27 Apr 2016, 19:19 ...
SetTimer,WinActivateMasterSeeker,Delete Go.Go() return } } ;=== 设置显示或者隐藏 Total Commander 11.01 主窗口的快捷键为 F4 键 === ;(F4键位于键盘主键区数字键5正上方 ; Total Commander 11.01使用支持按照“拼音首字母”序列筛选过滤文件列表的增强版QuickSearch eXtended 2.2.7插件) `::Go.Go("bbb...
#WinActivateForce ;用强制的方法激活窗口。阻止任务栏按钮的闪烁. ;~ #NoTrayIcon ;不显示托盘图标。 ;~ #Warn SetWorkingDir,%A_ScriptDir% ;改变脚本的当前工作目录。 DetectHiddenWindows,On ;设置脚本可以“看见”隐藏的窗口。 SetTitleMatchMode,2 ;窗口标题匹配模式改成某个位置必须包含WinTitle。 SendMode...
WinActivate, Maxthon ;;防止窗口不激活 winwait, 网易 ;;等待网页加载成功(至少title显示出来) sleep, 500 ;;保险起见,再等0.5秒(视网速) send, myid{tab}password{enter};;模拟键入用户名、密码、回车 return 再运行……没反应了? 因为刚才的脚本定义了2个热键,一是“win+0”,二是“win+1”,分别调用两段...