Skip to content

Instantly share code, notes, and snippets.

@tgck
Created August 20, 2016 14:01
Show Gist options
  • Save tgck/71acc94db26ee8710bd39ee96a5b13f5 to your computer and use it in GitHub Desktop.
Save tgck/71acc94db26ee8710bd39ee96a5b13f5 to your computer and use it in GitHub Desktop.
OSX ターミナルのキーボードリピート設定
// How to increase keyboard key repeat rate on OS X?
// http://apple.stackexchange.com/questions/10467/how-to-increase-keyboard-key-repeat-rate-on-os-x
Processing:509$ defaults read -g InitialKeyRepeat
25
Processing:510$ defaults read -g KeyRepeat
12
Processing:511$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment