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

Have sticks (when mapped to scroll wheels) emit high-resolution scrolling events #1036

Open
1 task done
rhendric opened this issue Sep 6, 2024 · 0 comments
Open
1 task done
Labels
enhancement New feature or request

Comments

@rhendric
Copy link
Contributor

rhendric commented Sep 6, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

I have a stick mapped to mouse wheel up/down/left/right, and when I nudge the stick a tiny bit, the document I'm reading moves up by a big jump once every few seconds. It would be easier to read if I could nudge the stick a tiny bit and have the document slowly slide up in a continuous motion.

Describe the solution you'd like

The Linux input layer supports high-resolution scroll wheel event codes REL_WHEEL_HI_RES and REL_HWHEEL_HI_RES. AntiMicroX seems like it's in a good position to emit these in real time, with values proportional to the position of the stick, instead of ‘saving up’ to emit big REL_WHEEL and REL_HWHEEL events.

Describe alternatives you've considered

No response

Additional context

No response


Upvote & Fund

  • If you find this issue important, mark it with 👍. It lets us see which fixes and features are demanded by the most users.
  • We're using Polar.sh so you can upvote and help fund this issue. It may incentivize some developers to contribute to this project and fix some bugs.
  • Funded developer receives the funding once the issue is completed & confirmed by you.
  • Thank you in advance for helping prioritize & fund our backlog.
Fund with Polar
@rhendric rhendric added the enhancement New feature or request label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant