Skip to content

Instantly share code, notes, and snippets.

@mergulhao
Created November 28, 2012 01:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mergulhao/4158386 to your computer and use it in GitHub Desktop.
Save mergulhao/4158386 to your computer and use it in GitHub Desktop.
Cursor rápido no Mac OSX
# Basta rodar os 2 comandos abaixo no console e reiniciar.
# Mais coisas legais em https://gist.github.com/2260182
defaults write NSGlobalDomain KeyRepeat -int 0.02
defaults write NSGlobalDomain InitialKeyRepeat -int 12
@mergulhao
Copy link
Author

Ver novos comandos para Sierra e superior aqui: mathiasbynens/dotfiles#687

@mergulhao
Copy link
Author

mergulhao commented Jun 8, 2018

defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false 
defaults write NSGlobalDomain KeyRepeat -int 1 
defaults write NSGlobalDomain InitialKeyRepeat -int 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment