Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using Acc a=acc(mouse) in trigger
#1
is it bad practice to use ACC in a main right click filter function?

i use taskbars provided from actual windows tools for my second and third monitor and can use acc(mouse) to identify which pinned icon has been clicked.

Code:
Copy      Help
Acc a=acc(mouse); err ret
if a.Name = "FileZilla FTP Client"
,//show fake filezilla jumplist
else
,ret -1
pi
#2
In filter functions, acc works not in all windows. Can be used where works.
Also does not work if not using low level hook.


Forum Jump:


Users browsing this thread: 1 Guest(s)