Created
November 28, 2012 01:16
-
-
Save mergulhao/4158386 to your computer and use it in GitHub Desktop.
Cursor rápido no Mac OSX
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
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
Ver novos comandos para Sierra e superior aqui: mathiasbynens/dotfiles#687