Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
/ AXAlert Public archive

AXAlert shows an alert message when "access for assistive devices" is enabled.

License

Notifications You must be signed in to change notification settings

pqrs-org/AXAlert

Repository files navigation

AXAlert

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.

Web pages

System requirements

Mac OS X 10.7 or higher.

How to build

Requirements:

  • OS X 10.9+
  • Xcode 5.0.1+
  • Command Line Tools for Xcode

Step1: Getting source code

Execute a following command in Terminal.app.

git clone --depth 10 https://github.com/tekezo/AXAlert.git

Step2: Building a package

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.

About

AXAlert shows an alert message when "access for assistive devices" is enabled.

Resources

License

Stars

Watchers

Forks

Packages

No packages published