chrs1885 / Capable

Unified accessibility API for iOS, macOS, tvOS & watchOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add fullKeyboardAccess feature on macOS

chrs1885 opened this issue · comments

What kind of feature would you like to see?

When using the Accessibility Inspector for a macOS app, there seems to be another accessibility setting called FullKeyboardAccess.

How does it work in detail?

Use the .voiceOver feature as a reference. While notifications do not seem to be available for this accessibility feature, the current status can be requested by using the isFullKeyboardAccessEnabledproperty: https://developer.apple.com/documentation/appkit/nsapplication/1428469-isfullkeyboardaccessenabled

What does the API look like?

The enum value for this feature should be .fullKeyboardAccess.

Any existing projects that do something similiar?

none

Further readings:

Added with #27