Improve compatibility with NVDA screen reader#4677
Draft
YoshiRulz wants to merge 2 commits intoTASEmulators:masterfrom
Draft
Improve compatibility with NVDA screen reader#4677YoshiRulz wants to merge 2 commits intoTASEmulators:masterfrom
YoshiRulz wants to merge 2 commits intoTASEmulators:masterfrom
Conversation
Member
YoshiRulz
commented
Apr 12, 2026
This commit adds full NVDA screen reader support for keyboard navigation. Problem: - WinForms ToolStrip/MenuStrip controls do not fire MSAA focus events - Screen readers work with mouse hover but fail with keyboard navigation - This made BizHawk unusable for blind users Solution: - Replace MenuStrip with native Win32 MainMenu (full MSAA support) - Replace ToolStrip toolbars with ListView controls (native accessibility) - Add AccessibleName/AccessibleRole to all interactive controls Changes: - MainForm: Native menu implementation - Lua Console: Native menu + ListView toolbar (11 buttons) - RAM Watch: Native menu + ListView toolbar (14 buttons) - Hex Editor: Native menu + accessibility properties - Cheats: Accessibility properties for controls Documentation: - docs/ACCESSIBILITY_README.md - User guide - docs/NativeMenuAccessibility.txt - Full technical documentation Known limitation: ListView toolbar has slight delay during keyboard navigation due to screen reader announcement time. This is expected behavior, not a bug. Co-Authored-By: Claude <noreply@anthropic.com>
Member
Author
|
@Lethal-Lawnmower Please rebase, since I cherry-picked some of your changes already and it's made a merge conflict. It would be nice to have it split into individual commits too. If the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.