Skip to content

Commit

Permalink
set keyboard repeat rate
Browse files Browse the repository at this point in the history
  • Loading branch information
caillou authored May 10, 2022
1 parent f5e473e commit c4cc19a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions macos
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ defaults write com.apple.universalaccess closeViewZoomFollowsFocus -bool true
# Disable press-and-hold for keys in favor of key repeat
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false

# Set a blazingly fast keyboard repeat rate
defaults write NSGlobalDomain KeyRepeat -int 1
defaults write NSGlobalDomain InitialKeyRepeat -int 10
# Set keyboard repeat rate
defaults write NSGlobalDomain KeyRepeat -int 2
defaults write NSGlobalDomain InitialKeyRepeat -int 15

# Save screenshots to the desktop
defaults write com.apple.screencapture location -string "${HOME}/Downloads"
Expand Down

0 comments on commit c4cc19a

Please sign in to comment.