Macos Ventura Disable Three Finger Tap Gesture

346 Views Asked by At

How can I turn it off programmatically when the trackpad settings are set to "Tap with Three Fingers" in Macos Ventura operating system?

Option 1:

enter image description here

Option 2:

enter image description here

I tried the following defaults write commands but the changes are not applied without restarting.

I also try killall Dock and killall cfprefsd but it doesn't work.

defaults write com.apple.AppleMultitouchTrackpad TrackpadThreeFingerTapGesture -int 0
defaults write NSGlobalDomain com.apple.trackpad.threeFingerTapGesture -int 0
defaults -currentHost write NSGlobalDomain com.apple.trackpad.threeFingerTapGesture -int 0

Do you have any suggestion for a solution for this problem?

1

There are 1 best solutions below

0
On

Without restarting the computer, I activated the defaults with the code below.

/System/Library/PrivateFrameworks/SystemAdministration.framework/Resources/activateSettings -u