diff --git a/.osx b/.osx index be7f783..784b15e 100755 --- a/.osx +++ b/.osx @@ -90,8 +90,8 @@ defaults -currentHost write NSGlobalDomain com.apple.trackpad.enableSecondaryCli # defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" -int 40 # Enable full keyboard access for all controls -# (e.g. enable Tab in modal dialogs) -defaults write NSGlobalDomain AppleKeyboardUIMode -int 3 +# (e.g. enable Tab in modal dialogs - 0 = text boxes and lists, 2/3 = all controls) +defaults write NSGlobalDomain AppleKeyboardUIMode -int 0 # Use scroll gesture with the Ctrl (^) modifier key to zoom defaults write com.apple.universalaccess closeViewScrollWheelToggle -bool true