Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mouse Wheel
#1
I thought this would be simple
I want to reduce my mouse scroll to 1 click in windows so when I'm working with code and graphics it's more precise, but in in the web I want the mouse scroll to be 3 clicks.

I tried writing a trigger for mouse scroll wheel only in Firefox and then in the function put MouseWheel(3).

The problem is the function triggers itself creating a loop. What's the best way around this loop in QM?

Thanks,
Jim
#2
Macro Macro1785
Trigger #U     Help - how to add the trigger to the macro
Code:
Copy      Help
int w=child(mouse); if(!w) w=win(mouse)
MouseWheel 3 w
#3
Thanks. I don't get how that works. But thanks!
#4
It sends wheel message to the control or window from mouse, bypassing trigger hooks.
#5
This is great. I love it.


Forum Jump:


Users browsing this thread: 1 Guest(s)