AXAlert shows an alert message when "access for assistive devices" is enabled.
"access for assistive devices" provides very useful API and many excellent utilities use it. But that API is too powerful. It allows all apps to steal your keyboard events via such API.
AXAlert prevents you from enabling on "access for assistive devices" accidentally.
- master: https://pqrs.org/macosx/AXAlert/
Mac OS X 10.7 or higher.
Requirements:
- OS X 10.9+
- Xcode 5.0.1+
- Command Line Tools for Xcode
Execute a following command in Terminal.app.
git clone --depth 10 https://github.com/tekezo/AXAlert.git
Execute a following command in Terminal.app.
cd AXAlert make package
Then, AXAlert-VERSION.app.zip has been created in the current directory. It's a distributable package.
Note:
Build may be failed if you changed environment values or changed /usr/bin files.
Use clean environment (new account) if build was failed.