LoginSignup
1
1

More than 3 years have passed since last update.

【Mac】キー長押しの入力速度をアップする方法

Posted at

やりたいこと

  • macでキーの長押しをした時の速度をあげたい

方法

  1. terminalを起動する
  2. defaults write NSGlobalDomain KeyRepeat -int 1 を入力する(macの環境設定で最速の設定が2なので0か1好みを設定する)
  3. ログアウトして再ログインする

参考

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1