> > 
> Thanks, works well.
> 
> On another note, is there any workaround
> for bar independent Hover-click delay(s)?
> (vs 'one only' global setting)
>
No, but if you wanted it badly enough, you could script it, I suspect:

Make global delay equal to smallest value you want for any bar.  Then for bars 
where want a longer hover, make the hover click button start a script kills any 
outstanding events related to the bar and then creates a new event that waits 
for the extra time.  If the event fires before being killed, check to see if 
mouse is still over the original button with cl.buttonundermouse, and if so, 
run the command you want to run with this button.


Reply via email to