title | category | updated | weight | keywords | intro | |
---|---|---|---|---|---|---|
Mouse Acceleration |
macOS |
2018-03-20 |
-1 |
|
Disable mouse acceleration with this one weird trick.
|
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.
Under System Preferences → Mouse, change Tracking Speed.
defaults write .GlobalPreferences com.apple.trackpad.scaling -1
Works the same way, but only affects trackpads.
- Disabling mouse acceleration (stackoverflow.com)