-
-
Notifications
You must be signed in to change notification settings - Fork 10
Experimental options
Matt Sephton edited this page Aug 26, 2024
·
8 revisions
Note: there is also a user interface toggle for this in the Stapler menu
Default: Show
-
Don't show new document selector
defaults write com.gingerbeardman.Stapler ShowNewDocumentSelector -bool false
-
Read the current value
defaults read com.gingerbeardman.Stapler ShowNewDocumentSelector
-
Remove your custom value
defaults delete com.gingerbeardman.Stapler ShowNewDocumentSelector
Default: 100
-
Set the delay to 200 milliseconds (0.2 seconds)
defaults write com.gingerbeardman.Stapler CommandKeyDelay -int 200
-
Read the current delay value
defaults read com.gingerbeardman.Stapler CommandKeyDelay
-
Remove your custom value
defaults delete com.gingerbeardman.Stapler CommandKeyDelay