From 813f813bbceac45a19094b4e5a5b88c05fe0fa78 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 23 Oct 2013 07:29:05 +0200 Subject: =?UTF-8?q?.osx:=20Remove=20=E2=80=9CEnable=20access=20for=20assis?= =?UTF-8?q?tive=20devices=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This feature doesn’t work anymore in OS X 10.9 Mavericks. The setting has moved to System Preferences → Security & Privacy → Accessibility, where you now have to check every app you want to allow access rather than enabling it globally. Closes #262. --- .osx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.osx b/.osx index 70f1039..8d1cbd0 100755 --- a/.osx +++ b/.osx @@ -136,12 +136,6 @@ defaults write com.apple.BluetoothAudioAgent "Apple Bitpool Min (editable)" -int # (e.g. enable Tab in modal dialogs) defaults write NSGlobalDomain AppleKeyboardUIMode -int 3 -# Enable access for assistive devices -echo -n 'a' | sudo tee /private/var/db/.AccessibilityAPIEnabled > /dev/null 2>&1 -sudo chmod 444 /private/var/db/.AccessibilityAPIEnabled -# TODO: avoid GUI password prompt somehow (http://apple.stackexchange.com/q/60476/4408) -#sudo osascript -e 'tell application "System Events" to set UI elements enabled to true' - # Use scroll gesture with the Ctrl (^) modifier key to zoom defaults write com.apple.universalaccess closeViewScrollWheelToggle -bool true defaults write com.apple.universalaccess HIDScrollZoomModifierMask -int 262144 -- cgit v1.2.3