0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

macのキー入力速度を爆速にする

Last updated at Posted at 2018-09-02

macのキー入力の速度を変更する。

いつも忘れるのでメモ

  • キー入力時のイライラを感じなくなる。
  • 設定はターミナルから下記のコマンドを実行してください。
  • ちなみに設定のに反映には再起動が必要です。
    • ん?High Sierraだと即時反映されました。

 繰り返しの認識までの時間

確認
defaults read -g InitialKeyRepeat
設定
defaults write -g InitialKeyRepeat -int 13

繰り返しの速度

確認
defaults read -g KeyRepeat
設定
defaults write -g KeyRepeat -int 1
0
3
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
0
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?