Skip to content

Instantly share code, notes, and snippets.

@jwv
Created February 10, 2019 19:03
Show Gist options
  • Select an option

  • Save jwv/1321207be2377bf726f46d842759b11a to your computer and use it in GitHub Desktop.

Select an option

Save jwv/1321207be2377bf726f46d842759b11a to your computer and use it in GitHub Desktop.
# Keyboard
defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)
defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment