References
- Disabling mouse acceleration (stackoverflow.com)
- Mouse Acceleration Cheat Sheet - Cheat Sheet Maker
[Acceleration] Trackpad acceleration
defaults write .GlobalPreferences com.apple.trackpad.scaling -1
Works the same way, but only affects trackpads.
[Acceleration] Re-enabling
Under System Preferences → Mouse, change Tracking Speed.
[Acceleration] Disabling
defaults write .GlobalPreferences com.apple.mouse.scaling -1
Note: Log out to take effect. If you change Tracking Speed under System Preferences, it will undo this fix. Only affects the mouse, not the trackpad.
Top comments (0)