Hello there,
I am trying to write a macro (without voice) for the mouse wheel.
I would like to perform just 1 wheel click (down or up), even if a perform a long scroll with my finger on the mouse wheel.
All my attempts failed and I start to thing that something is wrong with the mouse wheel handling of Voice attack.
One of the easiest attempt is shown in the attatchment, which basically is:
When I press mouse: Scroll back
Scroll mouse wheel backward 1 click
Pause 1 sec
"Do not execute command if it is already running"
Well, this will not work.
If you uncheck "Do not allow button event to be passed thorugh" on the mouse scroll, it will work, but it will loop the command forever.
I even tried to use variables to find a workaround without success.
Any suggestion? Thank you.