enable accessibility_access in plover

This commit is contained in:
Roland Walker 2014-12-10 11:49:45 -05:00
parent 73389c69dd
commit 232943c7e5
1 changed files with 1 additions and 9 deletions

View File

@ -8,13 +8,5 @@ cask :v1 => 'plover' do
app 'plover.app'
# todo: replace with new assistive_devices stanza
caveats do
<<-EOS.undent
To use #{@cask}, you may need to give it access to assistive
devices (Accessibility). For OS X Mavericks and Above:
System Preferences / Security & Privacy / Privacy / Accessibility
EOS
end
accessibility_access true
end