Browse Source

Make keyrepeat config copyable

Kevin Heinicke 8 years ago
parent
commit
f269e06840
1 changed files with 6 additions and 6 deletions
  1. 6 6
      README.md

+ 6 - 6
README.md

@@ -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.