Created
April 5, 2019 06:48
-
-
Save akanehara/ea8f03a99b96cde625df94c74154c48a to your computer and use it in GitHub Desktop.
Macのキーリピート高速化
This file contains hidden or 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
defaults read -g KeyRepeat | |
defaults write -g KeyRepeat -int 1 | |
defaults read -g InitialKeyRepeat | |
defaults write -g InitialKeyRepeat -int 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment