microsoft/accessibility-insights-windows

[Feature Request] Report to screen reader users when event recording starts and stops

codeofdusk opened this issue · 5 comments

Is your feature request related to a problem? Please describe.
Although apparently displayed visually, it is immediately unclear to screen reader users when event recording starts or stops.

Describe the solution you'd like
A few possible solutions:

  • Raise UIA notification events when event recording starts and stops:
    • Works for both speech and Braille users.
    • May not be viable, as NVDA ignores notification events from background apps and event recording is toggled using a global keyboard shortcut pressed while the app under inspection is in focus. I'm not sure if this is common to all screen readers – maybe @josephsl knows why NVDA does this?
  • Play a short, distinct sound:
    • Sound should be different for starting and stopping recording.
    • Braille-only users still may not know whether event recording starts and stops (such as deafblind users who can't hear the sound).

Describe alternatives you've considered
Keep the behaviour as-is.

This issue has been marked as ready for team triage; we will triage it in our weekly review and update the issue. Thank you for contributing to Accessibility Insights!

This issue requires additional investigation by the Accessibility Insights team. When the issue is ready to be triaged again, we will update the issue with the investigation result and add "status: ready for triage". Thank you for contributing to Accessibility Insights!

@asksep will take this to design office hours to get a sense of what makes here

Consider "provide feedback with sound" that is independent of the screen reader presence (as Office does)