Replies: 2 comments
-
CC: @LeonarddeR |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have not tested anything myself. Have you tried to create a custom class inheriting from |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have an add-on (Object Viewer) that uses a GUI to display the structure and information of NVDAObjects. Like Microsoft's Accessibility Insights For Windows, I want the selected NVDAObject to be highlighted on the screen.
Can I do this with the existing
NVDAHighlighter
related code? It seems that it can only be called through a limited number ofContext
s?Beta Was this translation helpful? Give feedback.
All reactions