Skip to content

Instantly share code, notes, and snippets.

@Janiczek
Created January 20, 2024 19:39
Show Gist options
  • Save Janiczek/aa16bddf25fe9cbf91fdb54c1b77c692 to your computer and use it in GitHub Desktop.
Save Janiczek/aa16bddf25fe9cbf91fdb54c1b77c692 to your computer and use it in GitHub Desktop.
# Fast macOS key repeat
https://apple.stackexchange.com/questions/10467/how-to-increase-keyboard-key-repeat-rate-on-os-x
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