Skip to content

Commit

Permalink
.osx: Enable access for assistive devices
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Aug 12, 2012
1 parent 06c9e88 commit b9fa939
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .osx
Expand Up @@ -99,6 +99,12 @@ 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'

# Disable press-and-hold for keys in favor of key repeat
defaults write NSGlobalDomain ApplePressAndHoldEnabled -bool false

Expand Down

0 comments on commit b9fa939

Please sign in to comment.