Open pH142857 opened 7 months ago
Did you resolve this? Mark it solved if you have. If not and you still need help, reply and I'll try to help when I see it.
Did you resolve this? Mark it solved if you have. If not and you still need help, reply and I'll try to help when I see it.
Thanks for your answer, I haven't progressed in the resolution of this issue. Thanks in advance for your help.
My new mouse doesn't have horizontal scrolling on its wheel, so I'm trying to emulate these events with the mouse side buttons. I'm starting by getting the grip of how to use macros. In the examples, I can see the
wheel(down, 10)
andwheel(up, 10)
events but I can't make them work.Reproduction steps:
wheel(down,1)
Expectation: the page scrolls down Reality: nothing happens.
NB: I first tried to map the button to a keyboard key just for testing, and this works fine.