This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # keyboard... | |
| defaults write NSGlobalDomain KeyRepeat -int 1 | |
| defaults write NSGlobalDomain InitialKeyRepeat -int 25 | |
| defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false | |
| # dock... | |
| defaults write com.apple.dock slow-motion-allowed -bool true | |
| defaults write com.apple.dock showhidden -bool true | |
| # safari... |