From 575f77a28a33c2521a7cd144ec352fb445ca1bd3 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Thu, 9 Oct 2025 22:20:53 -0500 Subject: [PATCH] Switch my right click style to two-finger click. --- .osx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.osx b/.osx index 2e01a0b..117aa9b 100755 --- a/.osx +++ b/.osx @@ -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 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.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 # Disable press-and-hold for keys in favor of key repeat