Last active
May 18, 2022 20:59
-
-
Save erin-dot-io/09751298b203ef135a36 to your computer and use it in GitHub Desktop.
Essential bash commands to fix key repeat style and speed.
This file contains 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
# Increase key repeat speed | |
$ defaults write NSGlobalDomain KeyRepeat -int 1.8 | |
# Disable character accent menu when holding down certain keys | |
$ defaults write -g ApplePressAndHoldEnabled -bool false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment