-
Notifications
You must be signed in to change notification settings - Fork 89
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
Don't scroll when moving the mouse #59
Comments
(unauthoritative answer) I think you should ask the libinput team about this: https://gitlab.freedesktop.org/libinput/libinput The driver's job is to detect input events from the hardware, it's libinput's job to interpret them and transform them into UI interactions. |
Hello, |
libinput has device quirks for quirky devices. |
@mimi89999 this other repo linked below seems to be specifically for the magic mouse 2 so you may have more luck there: https://github.com/RicardoEPRodrigues/magicmouse-hid Someone even sent some of these linked patches to the kernel mailing lists: |
Hello,
When moving the mouse, my fingers and hand are moving slightly on the mouse causing it to register scroll events that makes the page and the button I'm moving the cursor to move. This issue mostly occurs with very high scroll speeds like
scroll_speed=55
. With low scroll speeds, this does not happen, but the scroll is to slow for me.Would it be possible to add a setting to stop sending scroll events when the mouse is moving?
The text was updated successfully, but these errors were encountered: