07-18-2012, 03:57 PM
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
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