Skip to content

Commit

Permalink
.osx: Remove old keyboard illumination settings
Browse files Browse the repository at this point in the history
These commands don’t have any effect anymore in OS X 10.9.

Closes mathiasbynens#327.
  • Loading branch information
mathiasbynens committed Mar 4, 2014
1 parent 4775663 commit d4cfb80
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,6 @@ defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false
# Set a blazingly fast keyboard repeat rate
defaults write NSGlobalDomain KeyRepeat -int 0

# Automatically illuminate built-in MacBook keyboard in low light
defaults write com.apple.BezelServices kDim -bool true
# Turn off keyboard illumination when computer is not used for 5 minutes
defaults write com.apple.BezelServices kDimTime -int 300

# Set language and text formats
# Note: if you’re in the US, replace `EUR` with `USD`, `Centimeters` with
# `Inches`, `en_GB` with `en_US`, and `true` with `false`.
Expand Down

0 comments on commit d4cfb80

Please sign in to comment.