Skip to content

NVDA doesn't report the accelerator key for UIA controls #6021

@mohammad-suliman

Description

@mohammad-suliman

with visual studio 2015, the shortcuts is not reported for the menu items, only mnemonics are reported.
the reason for that is as follows:
NVDA gets only the access key in _get_keyBoardShortcut of UIA object.
to fix the issue: NVDA should also get the accelerator key. see this link for reference:
https://msdn.microsoft.com/en-us/library/windows/desktop/ee684017%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396
I implemented the required change in under development VS add-on, and it works fine.
thanks.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions