Update default AppleKeyboardUIMode.

This commit is contained in:
Jeff Geerling
2014-02-24 15:33:54 -06:00
parent dfe5f4b4d4
commit dac8d6b5b3
Vendored
+2 -2
View File
@@ -90,8 +90,8 @@ defaults -currentHost write NSGlobalDomain com.apple.trackpad.enableSecondaryCli
# defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" -int 40 # defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" -int 40
# Enable full keyboard access for all controls # Enable full keyboard access for all controls
# (e.g. enable Tab in modal dialogs) # (e.g. enable Tab in modal dialogs - 0 = text boxes and lists, 2/3 = all controls)
defaults write NSGlobalDomain AppleKeyboardUIMode -int 3 defaults write NSGlobalDomain AppleKeyboardUIMode -int 0
# Use scroll gesture with the Ctrl (^) modifier key to zoom # Use scroll gesture with the Ctrl (^) modifier key to zoom
defaults write com.apple.universalaccess closeViewScrollWheelToggle -bool true defaults write com.apple.universalaccess closeViewScrollWheelToggle -bool true