accessibility icon indicating copy to clipboard operation
accessibility copied to clipboard

A Python C Extension that wraps the Accessibility API for Mac OS X.

Results 2 accessibility issues
Sort by recently updated
recently updated
newest added

Add support for macOS 10.12 and 10.14.

In order to build the accessibility library on MacOS 10.12, I had to add following lines in setup.py. elif mac_ver()[0].startswith('10.12'): header_dir = '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/Headers' # noqa