Make screen reader toggable and detect default usage #223
Labels
enhancement
New feature or request
topic:core
Issues or pull requests related to RetroHub itself
topic:ui
Issues or pull requests related to UI/UX
With #221 merged, screen reader will always be used if available. This means it will always be present on Windows and macOS.
For starters, this should be toggle-able in the settings.
But the main issue is figuring out whether this should be enabled or not in the first-time setup. There's no standardized method to detect if a screen reader is currently being used, and the API on all systems works by directly interfacing with the software, even if it's launched or not. Here are the solutions founds so far:
The text was updated successfully, but these errors were encountered: