|
|
@@ -8,12 +8,12 @@ for maths (and has the upstream up to date):
|
|
|
|
|
|
There are some other tweaks for OSX, I do not want to miss:
|
|
|
|
|
|
- - Enabling key-repeat via `defaults write -g ApplePressAndHoldEnabled -bool
|
|
|
- false`
|
|
|
- - Setting key-repeat rate via `defaults write NSGlobalDomain KeyRepeat -int
|
|
|
- 1`
|
|
|
- - Setting initial key-repeat rate via `defaults write -g InitialKeyRepeat
|
|
|
- -int 10`
|
|
|
+Enabling and setting key-repeat and initial key-repeat rates via
|
|
|
+```
|
|
|
+defaults write -g ApplePressAndHoldEnabled -bool false
|
|
|
+defaults write NSGlobalDomain KeyRepeat -int 1
|
|
|
+defaults write -g InitialKeyRepeat -int 10
|
|
|
+```
|
|
|
|
|
|
The changes take effect after a logout.
|
|
|
|