Switch my right click style to two-finger click.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user