On macOS 13, I'm trying to:
- Open the Trackpad preferences pane
- Toggle over to the Scroll and Zoom tab
- Toggle the Natural scrolling to the opposite of whatever it currently is
I don't care how I achieve it (Automator / shell script etc.), as long as it's natively in macOS (no third-party apps).
I have the first part:
open /System/Library/PreferencePanes/Trackpad.prefPane
Any idea on how to achieve the rest?
The documentation for Automator seems non-existent!