Enable access for assistive devices programmatically on 10.9

前端 未结 9 2137
庸人自扰
庸人自扰 2020-11-27 11:27

I want to enable access for assistive devices programatically on 10.9. On 10.8 and lower I was using following Applescript to enable access for assistive devices:

         


        
9条回答
  •  醉话见心
    2020-11-27 11:56

    The sqlite3 "hack" is great.

    I had to use permissions "1,1,1" (whatever that means) to make this work.

    Note that the permission combination, not the client (ie. program name) is the unique database key.

提交回复
热议问题