16 ms·
In Mac I use: defaults write -g NSWindowShouldDragOnGesture -bool true in order to enable dragging windows via `Cmd + Ctrl + Click`.
by julenx 4mo ago
In Mac I use:
defaults write -g NSWindowShouldDragOnGesture -bool true
in order to enable dragging windows via `Cmd + Ctrl + Click`.
- bartread 4mo agoYOU are awesome - thank you, that's a great tip!