From dac8d6b5b372e280eb0f2005792a9324b3c26f65 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Mon, 24 Feb 2014 15:33:54 -0600 Subject: [PATCH] Update default AppleKeyboardUIMode. --- .osx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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