Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 876 Bytes

macos-mouse-acceleration.md

File metadata and controls

37 lines (25 loc) · 876 Bytes
title category updated weight keywords intro
Mouse Acceleration
macOS
2018-03-20
-1
defaults write .GlobalPreferences com.apple.mouse.scaling -1
Disable mouse acceleration with this one weird trick.

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.

Re-enabling

Under System PreferencesMouse, change Tracking Speed.

Trackpad acceleration

defaults write .GlobalPreferences com.apple.trackpad.scaling -1

Works the same way, but only affects trackpads.

References