Closed
Description
Refs: #90446
- Linux @deepak1556
- Linux @rebornix
Complexity: 4
We are now supporting Orca screen reader on Linux. We should do some exploratory testing on how Orca behaves with VS Code. File issues to me @isidorn and then I will forward them to the corresponding owner.
- Configure Orca to use the latest version by following these instructions
- Turn on Orca by Universal Access > Screen Reader > On. Docs
- Set
"editor.accessibilitySupport": "on"
in vscode insiders settings - Restart VS Code
Verify the following:
- Navigation character by character in the Editor correctly reads the characters
- Navigation word by word in the Editor correctly reads the words
- Suggest widget is accessible
- Take some list / tree (example Explorer, Extensions view) and verify navigating through it the content is nicely read
- Test out the main menu is nicely read out and can be navigated via keyboard
- Try out some other area of your liking and try if it's accessibility with Orca