标签: autohotkey
基本上我想要一个“叮当!”随时“改变一些东西”(如下载完成,一些对话框完成,shell命令返回等)。
答案 0 :(得分:2)
制作屏幕截图,然后定期拍摄新截图,并使用Imagesearch功能将其与第一个截图进行比较
http://www.ghisler.ch/wiki/index.php/AutoHotkey:_Make_a_Screenshot_of_the_current_Window_with_Irfanview
http://www.autohotkey.com/docs/commands/ImageSearch.htm
您还可以使用WinGet和List选项创建一个计算所显示窗口数的计时器。