Open linzhengen opened 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
GUIで最速に変更したが下記のような値になっている
GUI限界突破するにはコマンドでやる