mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-10 21:36:07 +10:00
.osx: Remove old keyboard illumination settings
These commands don’t have any effect anymore in OS X 10.9. Closes #327.
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user