You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add notifications for accessibility features that are missing a notification.
How does it work in detail?
While Capable does provide notifications for all accessibility features on iOS and tvOS, it doesn't provide any on macOS, yet. However, by listening to the NSWorkspaceAccessibilityDisplayOptionsDidChangeNotification we can get informed about changes of accessibility settings.
What does the API look like?
none
Any existing projects that do something similar?
none
The text was updated successfully, but these errors were encountered:
chrs1885
changed the title
Add notifications for specific accessibility features
Add notifications for accessibility feature changes on macOS
Oct 23, 2018
What kind of feature would you like to see?
Add notifications for accessibility features that are missing a notification.
How does it work in detail?
While Capable does provide notifications for all accessibility features on iOS and tvOS, it doesn't provide any on macOS, yet. However, by listening to the
NSWorkspaceAccessibilityDisplayOptionsDidChangeNotification
we can get informed about changes of accessibility settings.What does the API look like?
none
Any existing projects that do something similar?
none
The text was updated successfully, but these errors were encountered: