aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-10-23 07:29:05 +0200
committerMathias Bynens <mathias@qiwi.be>2013-10-23 07:29:05 +0200
commit813f813bbceac45a19094b4e5a5b88c05fe0fa78 (patch)
tree386edec042f0c15db0d5a91a8cbc4360774bfa40
parent565955198f6c627197cdd24cb26cb72cc0b2673a (diff)
downloaddotfiles-813f813bbceac45a19094b4e5a5b88c05fe0fa78.tar.gz
dotfiles-813f813bbceac45a19094b4e5a5b88c05fe0fa78.tar.bz2
dotfiles-813f813bbceac45a19094b4e5a5b88c05fe0fa78.zip
.osx: Remove “Enable access for assistive devices”
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.
-rwxr-xr-x.osx6
1 files changed, 0 insertions, 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