emreyolcu / discrete-scroll

Fix for macOS's unnecessary scroll wheel acceleration
MIT License
823 stars 83 forks source link

[Feature] Fix macOS's unnecessary mouse acceleration #33

Closed ChristopherHaws closed 6 months ago

ChristopherHaws commented 1 year ago

Any chance we can get a second app that is as simple as this one that fixes mac's crazy mouse acceleration curve? The combo of these two things would fix mouse support in macOS. Coming from Windows and Linux, it feels like the mac dev team created the best trackpad by not spending any time on making modern mice work with their OS.

Thanks for this simple fix!

Zekfad commented 1 year ago

You can use SteelSeries ExactMouse Tool for that. Although it's outdated (made back in 2010), it's still working fine.

ivan commented 1 year ago

I've used https://plentycom.jp/en/cursorsense/

ChristopherHaws commented 1 year ago

Currently I am using Smooze Pro which works well, but was hoping for a free and open source solution that is actively maintained.

0xInuarashi commented 1 year ago

This one is quite small, open source, and nice https://github.com/apsun/NoMouseAccel

emreyolcu commented 6 months ago

This was fixed by Apple in macOS 14. They added an option to disable mouse acceleration.