Skip to content

Instantly share code, notes, and snippets.

@alysivji
Last active October 30, 2017 21:55
Show Gist options
  • Select an option

  • Save alysivji/cd987e0e6131e6e766ff74f6ca895d14 to your computer and use it in GitHub Desktop.

Select an option

Save alysivji/cd987e0e6131e6e766ff74f6ca895d14 to your computer and use it in GitHub Desktop.

Revisions

  1. alysivji revised this gist Oct 30, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions Key Repeat
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,2 @@
    defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)
    defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)
    defaults write -g InitialKeyRepeat -int 15 # normal minimum is 15 (225 ms)
    defaults write -g KeyRepeat -int 2 # normal minimum is 2 (30 ms)
  2. alysivji created this gist Oct 30, 2017.
    2 changes: 2 additions & 0 deletions Key Repeat
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    defaults write -g InitialKeyRepeat -int 10 # normal minimum is 15 (225 ms)
    defaults write -g KeyRepeat -int 1 # normal minimum is 2 (30 ms)