pilotmoon / Scroll-Reverser

Per-device scrolling prefs on macOS.
https://pilotmoon.com/scrollreverser/
Apache License 2.0
2.51k stars 135 forks source link

pilotmoon.scroll-reverser PrefsReverseTrackpad #72

Closed RobertClarke closed 4 years ago

RobertClarke commented 4 years ago

defaults write com.pilotmoon.scroll-reverser PrefsReverseTrackpad -bool false

Running this command in the terminal doesn't appear to change the "Scrolling Devices: Reverse Trackpad" bullion in the app.

pilotmoon commented 4 years ago

It wouldn't update immediately. You'd need to quit Scroll Reverser, apply the default then restart Scroll Reverser.

RobertClarke commented 4 years ago

@invariant Have tried this. Doesn't appear to work

pilotmoon commented 4 years ago

The key you want is ReverseTrackpad not PrefsReverseTrackpad

RobertClarke commented 4 years ago

That fixed it. Thanks!