translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 2 of 2 questions

How to navigate narrator focus to a non-focusable app on Windows 10?

Stackoverflow

I'm working on the input app, which doesn't have focus when users are typing. And users can't press "Alt" + "Tab" key to select it as it doesn't show in the running app list.

Tags: 
  • windows
  • accessibility
  • narrator

The Narrator ignores AutomationProperties.Name when it is in scan mode

In my UWP app I have TextBlock:

<TextBlock Text="Text0"
AutomationProperties.Name="Text1" />

Tags: 
  • xaml
  • uwp
  • accessibility
  • textblock
  • narrator