Skip to content

Instantly share code, notes, and snippets.

@XrXr
Created September 5, 2018 02:09
Show Gist options
  • Save XrXr/fbfdb9b0b8934de2ef19fbcdba95c1d0 to your computer and use it in GitHub Desktop.
Save XrXr/fbfdb9b0b8934de2ef19fbcdba95c1d0 to your computer and use it in GitHub Desktop.
Mac keyrepeat config
defaults write -g InitialKeyRepeat -int 250 # normal minimum is 15 (225 ms)
defaults write -g KeyRepeat -int 2 # normal minimum is 2 (30 ms)
# credit to https://apple.stackexchange.com/a/83923 for the config names and info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment