Skip to content

Instantly share code, notes, and snippets.

@rickarubio
Forked from hofmannsven/README.md
Created January 10, 2020 06:11
Show Gist options
  • Save rickarubio/82bfe4897ebe49b56d5c54db8fb32254 to your computer and use it in GitHub Desktop.
Save rickarubio/82bfe4897ebe49b56d5c54db8fb32254 to your computer and use it in GitHub Desktop.

Revisions

  1. @hofmannsven hofmannsven created this gist Dec 6, 2017.
    9 changes: 9 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    Increase key repeat rate on macOS
    ===============

    Settings: `System Preferences » Keyboard » Key Repeat/Delay Until Repeat`

    Use the commands below to increase the key repeat rate on macOS beyond the possible settings via the user interface.
    The changes aren't applied until you restart your computer.

    Source: https://apple.stackexchange.com/a/83923
    2 changes: 2 additions & 0 deletions keyrepeat
    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)