@kyanny's blog

My thoughts, my life. Views/opinions are my own.

Mac キーリピートを早くする

$ defaults write -g InitialKeyRepeat -int 15
$ defaults write -g KeyRepeat -int 2

ログアウトして再ログインで反映。ちょうどいい塩梅を見つける試行錯誤がややめんどい。会社で使ってるマシンの設定をメモしておくべきだったか。

qiita.com

現在の値の調べ方。

$ defaults read | grep -i keyrepeat
        InitialKeyRepeat = 15;
        KeyRepeat = 2;