Skip to content

Instantly share code, notes, and snippets.

@lemonkey
Created March 17, 2018 16:53
Show Gist options
  • Select an option

  • Save lemonkey/866ff3308afb8c0bc86ae59dd610a791 to your computer and use it in GitHub Desktop.

Select an option

Save lemonkey/866ff3308afb8c0bc86ae59dd610a791 to your computer and use it in GitHub Desktop.

Revisions

  1. lemonkey created this gist Mar 17, 2018.
    6 changes: 6 additions & 0 deletions fix_keyrepeat_rate.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    #!/bin/bash
    # 20180315
    # https://apple.stackexchange.com/questions/10467/how-to-increase-keyboard-key-repeat-rate-on-os-x

    defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)
    defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)