You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Set key repeat rate to maximum (fastest)
defaults write -g KeyRepeat -int 1
# Set initial delay before repetition to minimum (no delay)
defaults write -g InitialKeyRepeat -int 10
# Disable press-and-hold for keys in favor of key repeat
defaults write -g ApplePressAndHoldEnabled -bool false