-
Notifications
You must be signed in to change notification settings - Fork 166
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
Add optional acceleration to the mouse macro. #931
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done! Thanks
Have you thought about the pros and cons of acceleration being a relative value, resulting in an acceleration curve instead of linear acceleration |
Yeah, I had considered whether a different acceleration curve would be better (and I've experimented with an exponential curve since you suggested it) and I like linear acceleration best. Most importantly, I think it just feels the best, but also it's easy to understand, easy to tune, and, even though this probably doesn't matter, it does actually match the usual physical definition of acceleration. |
…l component of the speed.
Once you pull the latest changes from the main branch, the pipeline will hopefully pass, afterwards I'll happily merge this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To get the black pipeline to pass (https://github.com/sezanzeb/input-remapper/actions/runs/10295303648/job/28607445456?pr=931) some small changes need to be made. See below. Or run black .
in the project directory to automatically format it for you.
Co-authored-by: Tobi <28510156+sezanzeb@users.noreply.github.com>
No description provided.