Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Commit

Permalink
enable Access for Assistive Devices
Browse files Browse the repository at this point in the history
  • Loading branch information
bleything committed Mar 31, 2013
1 parent b690096 commit f7962d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cookbooks/config/recipes/global.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
# limitations under the License.
#

# enable 'access for assistive devices' option from the Accessibility prefpane
execute %q{sudo sh -c 'echo "a" > /private/var/db/.AccessibilityAPIEnabled'}

settings = {
# expand file and print dialogs
"NSNavPanelExpandedStateForSaveMode" => true,
Expand Down

0 comments on commit f7962d5

Please sign in to comment.