Skip to content

Instantly share code, notes, and snippets.

@clodal
Last active February 4, 2021 14:24
Show Gist options
  • Save clodal/bb92d99a3ab62d54fb7479e406e361aa to your computer and use it in GitHub Desktop.
Save clodal/bb92d99a3ab62d54fb7479e406e361aa to your computer and use it in GitHub Desktop.
MacOS Keyboard Speed
### Set keyboard speed
```
defaults write -g ApplePressAndHoldEnabled -bool false
defaults write NSGlobalDomain KeyRepeat -int 1
defaults write -g InitialKeyRepeat -int 6
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment