Monthly Archives: July 2014

Fast key repeat rate

On Windows 7:

http://stackoverflow.com/questions/171326/how-can-i-increase-the-key-repeat-rate-beyond-the-oss-limit

On Linux:

xset r rate DELAY RATE

This works for me:

  • delay: 150 ms
  • rate: 15 ms

On Mac OSX

echo "Set a fast keyboard repeat rate, "
defaults write NSGlobalDomain KeyRepeat -int 1
echo "Set a shorter Delay until key repeat"
defaults write NSGlobalDomain InitialKeyRepeat -int 12