Created
March 1, 2023 06:23
-
-
Save grantjenks/34f4c50664000ac4a9f6bc1b27a5663f to your computer and use it in GitHub Desktop.
Settings for Mac Keyboard Speed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ defaults write -g InitialKeyRepeat -int 13 | |
$ defaults write -g KeyRepeat -int 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment