作者IOann (张昱珩)
看板EzHotKey
标题Re: [AHK-] 侦测视窗是否存在,若没有则跳过 ifwin …
时间Mon Mar 22 15:52:19 2010
IfWinNotExist, ahk_class MozillaUIWindowClass
winwait, ahk_class MozillaUIWindowClass ; 侦测到 firefox 後再继续
IfWinNotActive, ahk_class MozillaUIWindowClass ; 如果 firefox 不是当前视窗
WinActivate, ahk_class MozillaUIWindowClass ; 则将它设成当前视窗
WinWaitActive, ahk_class MozillaUIWindowClass ; 等 firefox 成为当前视窗再继续
MouseClick, Left, 147, 129
※ 引述《logs ( )》之铭言:
: WinWait, Firefox,
: IfWinNotActive, Firefox, , WinActivate, Firefox,
: WinWaitActive, Firefox,
: MouseClick, left, 147, 129
: ===================================================
: 上面的脚本是用 recoder 录的
: 黄字是视窗标题 (window title)
: 如何改成当该视窗标题不存在时
: 则自动跳过要执行的动作 : MouseClick
: 不然会卡住
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 123.192.91.167
※ 编辑: IOann 来自: 114.42.74.223 (03/23 13:07)
※ 编辑: IOann 来自: 211.21.127.209 (07/30 20:24)