07-23-2012, 06:07 PM
Greetings , i own 2 another macro software but im interested in quick macros , hoping it will do some thing others couldnt,
Basically, i want f2 key to close tab in firefox and this trigger will only work in firefox.
Quick search revealed that there are window filters i can use , which did work to some extent.
However , when im watching videos in youtube or in some other video site, once the embedded video box is in focus, macro will not work.
Status bar of "quick macros" shows that , video box still has the "MozillaWindowClass".
This is the same problem which i encountered in other software as well , i trust i will find a solution here. Thanks in advance.
Basically, i want f2 key to close tab in firefox and this trigger will only work in firefox.
Quick search revealed that there are window filters i can use , which did work to some extent.
function# iid FILTER&f
if(wintest(f.hwnd "" "MozillaWindowClass")) ret iid ;;change window name and class
ret -2
Status bar of "quick macros" shows that , video box still has the "MozillaWindowClass".
This is the same problem which i encountered in other software as well , i trust i will find a solution here. Thanks in advance.