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

Fix trackpad scrolling #1073

Merged
merged 1 commit into from
Jun 16, 2024
Merged

Conversation

shanesmith
Copy link
Contributor

The #1015 update introduced a regression in trackpad scrolling where the behaviour was changed from scrolling the window content to moving the cursor.

The <ScrollWheelDIR> inputs are now used for both regular mouse and trackpad scrolling. When trackpad scrolling is detected, however, the mousescroll option is updated (and afterwards restored) to control the scrolling distance.

Fixes #1043

@georgeharker
Copy link
Collaborator

That's awesome. It was a todo of mine to fix this. Thank you!

@qvacua qvacua merged commit 3be3579 into qvacua:master Jun 16, 2024
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

Successfully merging this pull request may close these issues.

Trackpad moves cursor instead of scrolling the window
3 participants