Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Window filter wont work on child windows
#6
My macro that works:
Macro FF close tab
Trigger F2 /FIREFOX     Help - how to add the trigger to the macro
Code:
Copy      Help
out "macro 'FF close tab' started"

;set focus to firefox, because Flash player may have it, and then Ctrl+W would not work
int w=win
Acc a.Find(w "DOCUMENT" "" "" 0x3010 2)
a.Select(1)

key Cw ;;Ctrl+W

Don't need a filter function. Just set program FIREFOX, like here. But with filter function also works, tested.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)