WinWaitActive 等待窗口激活 WinWaitClose 等待窗口关闭 WinWaitNotActive 等待窗口未激活 内置变量 | A_=>内_ 原版中文 AhkPath 主程序路径 AhkVersion 主程序版本 AllowMainWindow 允许主窗口 AppData 应用数据 AppDataCommon 常规应用数据 Clipboard 剪贴板 ComputerName 计算机名 ComSpec 命令行 ControlDelay 控件延迟...
} DetectHiddenWindows True result := SendMessage(0x283,; Message : WM_IME_CONTROL0x005,; wParam : IMC_GETOPENSTATUS0,; lParam : (NoArgs),; Control : (Window)"ahk_id "DllCall("imm32\ImmGetDefaultIMEWnd","Uint", hWnd,"Uint") ) DetectHiddenWindows False; 1 非英文状态; 0 英文状态r...
#IfWinActive, ahk_exe Code.exe ;只在vscode中起作用 ^!m:: Send, +!c ;复制文件完整路径 Sleep, 500 hyf_onekeyWindow("D:\MATLAB\R2021b\bin\matlab.exe","SunAwtFrame","\S") Sleep, 500 WinGet, arr, List, ahk_class SunAwtFrame ;获得程序的exe应用列表,返回的是唯一ID Loop,% arr ;创...
如果使用此参数, 那么它必须是目标窗口中单个文本元素的子字符串 (和内置的 Window Spy 工具显示的一样). 当 DetectHiddenText 的设置为 ON 时, 那么会检测到隐藏文本元素. WhichButton 要点击的按钮: LEFT, RIGHT, MIDDLE (或这些单词的首个字母). 如果省略或为空, 则使用 LEFT 按钮.Windows 2000/XP 或...
DetectHiddenWindows, On WinGet, arr, List, Ahk_exe %exeName% Loop,% arr { n := arr%A_Index% WinGetClass, classLoop, Ahk_id %n% ;MsgBox,% A_Index . "/" . arr . "`n" . classLoop . "`n" . cls If (classLoop = cls) { If !StrLen(titleReg) ;不需要判断标题 Return n ...
#Requires AutoHotkey v2 Loop { ; Loop indefinitely winId := WinWait("ahk_exe notepad.exe") ; winId := WinWaitActive("ahk_exe notepad.exe") ; Requires Notepad to exist AND be the active window ; In this case, winId can't be 0 because WinWait didn't have a timeout, so we don'...
#IfWinActive, ahk_exe Code.exe ;只在vscode中起作用 ^!m:: Send, +!c ;复制文件完整路径Sleep, 500 hyf_onekeyWindow("D:\MATLAB\R2021b\bin\matlab.exe","SunAwtFrame","\S") Sleep, 500 WinGet, arr, List, ahk_class SunAwtFrame ;获得程序的exe应用列表,返回的是唯一ID ...
WinWaitActive 等待窗口激活 WinWaitClose 等待窗口关闭 WinWaitNotActive 等待窗口未激活 内置变量 | A_=>内_ 原版中文 AhkPath 主程序路径 AhkVersion 主程序版本 AllowMainWindow 允许主窗口 AppData 应用数据 AppDataCommon 常规应用数据 Clipboard 剪贴板 ComputerName 计算机名 ComSpec 命令行 ControlDelay 控件延迟...
; 获取IME输入模式 ; WinTitle="A" 対象Window ;
If WinActive( /"ahk_class switchwin2/" ) { SendInput, {Enter} } Return 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. DetectHiddenWindows,On ;~ DetectHiddenText,On #t::run D:/k_wps_cn/greenTools/totalcmd/TOTALCMD.EXE /O #e:: ;快捷键...