Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Double click trigger on desktop
#2
In the meantime I worked out the following method, which it works :

Function with trigger : ##L 0x1 //FF_Desktop

where :

Function FF_Desktop
Code:
Copy      Help
;/
function# iid FILTER&f
if(!wintest(f.hwnd "" "Progman")); ret

Acc a=acc(mouse)

if(a.a and acctest(a "Desktop" "LIST" 0 "" "" 0)) ret iid

Any comments are mostly welcome.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)