标签: autohotkey
我是autohotkey的新手,当对话框出现时如何发送回车键对话框的标题是“转换”有时候这个对话框可能会出现不止一次。有可能吗?
答案 0 :(得分:1)
使用Autohotkey文件夹中的AU3_Spy.exe查找该窗口的正确标题 然后使用:
SetTimer, CloseDialogue CloseDialogue: WinWait, title WinClose, title Return
并用正确的窗口标题替换标题。
WinClose WinWait