Skip to content

Instantly share code, notes, and snippets.

@akanehara
Created April 5, 2019 06:48
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 akanehara/ea8f03a99b96cde625df94c74154c48a to your computer and use it in GitHub Desktop.
Save akanehara/ea8f03a99b96cde625df94c74154c48a to your computer and use it in GitHub Desktop.
Macのキーリピート高速化
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