Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use macros? #869

Open
pH142857 opened this issue Mar 29, 2024 · 0 comments
Open

How to use macros? #869

pH142857 opened this issue Mar 29, 2024 · 0 comments

Comments

@pH142857
Copy link

pH142857 commented Mar 29, 2024

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) and wheel(up, 10) events but I can't make them work.

Reproduction steps:

  • in Input, I add a side button
  • in Output : type = Key or Macro; target = mouse; data entered: wheel(down,1)
  • I press Apply
  • I press said side button while I'm in a browser page

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant