Skip to content

Instantly share code, notes, and snippets.

@viz3
Created March 3, 2012 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viz3/1966426 to your computer and use it in GitHub Desktop.
Save viz3/1966426 to your computer and use it in GitHub Desktop.
set key repeat interval faster than system preference.
#!/bin/sh
defaults read NSGlobalDomain KeyRepeat
defaults read NSGlobalDomain InitialKeyRepeat
defaults write NSGlobalDomain KeyRepeat -int 1
defaults write NSGlobalDomain InitialKeyRepeat -int 10
defaults read NSGlobalDomain KeyRepeat
defaults read NSGlobalDomain InitialKeyRepeat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment