1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-10-15 15:08:27 +02:00
cheatsheets/macos-mouse-acceleration.md
Rico Sta. Cruz 511de900ba
Formatting updates (#2133)
- Update some sheets which have very long sections
- Remove `layout: 2017/sheet` (everything has the same layout now)
- Remove outdated sheets
2024-04-03 18:30:24 +11:00

876 B

title, category, updated, weight, keywords, intro
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