linzhengen / tech-notes

My tech notes write in github issues🧲
1 stars 0 forks source link

[20200813]Mac KeyRepeatをコマンドで変更 #1

Open linzhengen opened 4 years ago

linzhengen commented 4 years ago

GUIで最速に変更したが下記のような値になっている

▸ defaults read -g InitialKeyRepeat
15
▸ defaults read -g KeyRepeat
2

GUI限界突破するにはコマンドでやる

▸ defaults write -g InitialKeyRepeat -int 10
▸ defaults write -g KeyRepeat -float 1.5