Dragging without drag lock
Mutually exclusive with DragLock
and TrackpadThreeFingerDrag
.
- Tested on macOS:
- Ventura
- Monterey
- Parameter type: bool
Set to true
bash
defaults write com.apple.AppleMultitouchTrackpad "Dragging" -bool "true"
Set to false
(default value)
bash
defaults write com.apple.AppleMultitouchTrackpad "Dragging" -bool "false"
Read current value
bash
defaults read com.apple.AppleMultitouchTrackpad "Dragging"
Reset to default value
bash
defaults delete com.apple.AppleMultitouchTrackpad "Dragging"