Switch my right click style to two-finger click.

This commit is contained in:
Jeff Geerling
2025-10-09 22:20:53 -05:00
parent 4f5f8904c1
commit 575f77a28a
Vendored
+2 -2
View File
@@ -70,10 +70,10 @@ osascript -e 'tell application "Finder" to set desktop picture to POSIX file "/S
defaults write com.apple.AppleMultitouchTrackpad FirstClickThreshold -int 0 defaults write com.apple.AppleMultitouchTrackpad FirstClickThreshold -int 0
defaults write com.apple.AppleMultitouchTrackpad ActuationStrength -int 0 defaults write com.apple.AppleMultitouchTrackpad ActuationStrength -int 0
# Trackpad: map bottom right corner to right-click (requires restart!) # Trackpad: right-click with two fingers (requires restart!)
defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadRightClick -bool true defaults write com.apple.driver.AppleBluetoothMultitouch.trackpad TrackpadRightClick -bool true
defaults write com.apple.AppleMultitouchTrackpad TrackpadRightClick -bool true defaults write com.apple.AppleMultitouchTrackpad TrackpadRightClick -bool true
defaults write com.apple.AppleMultitouchTrackpad TrackpadCornerSecondaryClick -int 2 defaults write com.apple.AppleMultitouchTrackpad TrackpadCornerSecondaryClick -int 0
defaults write NSGlobalDomain ContextMenuGesture -int 1 defaults write NSGlobalDomain ContextMenuGesture -int 1
# Disable press-and-hold for keys in favor of key repeat # Disable press-and-hold for keys in favor of key repeat