07-23-2012, 07:24 PM
My last tryout was
used together with
It still didnt work "again it works until i click the embedded video and apparently flash hijacks keyboard triggers" And then macro does not work anymore . Im still hoping to find some solutions , i have used autohotkey for many years and created great macros. Time has come for me to move to a cleaner program and quick macros seem promising. Most important thing for me is the reliability of the macros and this flash hijacking keyboard triggers is just not cool.
function# iid FILTER&f
outw win ;;active window
outw f.hwnd ;;normally should be the same as above
if(wintest(f.hwnd "" "MozillaWindowClass")) ret iid ;;change window name and class
ret -2
int hwnd=val(_command)
spe 1
POINT _m; xm _m
int w=win
Acc a.Find(w "DOCUMENT" "" "" 0x3010 2)
a.Select(1)
lef 0 1000
key Cw ;;Ctrl+W
--------------------------------------
mou _m.x _m.y
It still didnt work "again it works until i click the embedded video and apparently flash hijacks keyboard triggers" And then macro does not work anymore . Im still hoping to find some solutions , i have used autohotkey for many years and created great macros. Time has come for me to move to a cleaner program and quick macros seem promising. Most important thing for me is the reliability of the macros and this flash hijacking keyboard triggers is just not cool.