Hi,
Is it possible to toggle the inertia of a Macbook Trackpad (M1/M2, if that matters), either as a button press/toggle?
You can toggle inertia off/on under Accessibility
-> Use Inertia for Scrolling (Trackpad)
:
However most of the time I do want inertia turned on, however toggling it would be great as there are a few weird issues, such as scrolling in Canvas HTML elements, Google Sheets, etc.
One idea i had is that I should be able to toggle this using:
defaults write com.apple.AppleMultitouchTrackpad TrackpadMomentumScroll -bool true
defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadMomentumScroll -bool true
But nothing seems to happen, sometimes it shows on a reboot. It must be triggering a reset of the trackpad or something when the "Ok" button is pressed?
I'm using defaults read > pre.txt
, changing the setting, then doing it again and doing a diff.