Acessibility: create an output painel for screen readers used by people with visual impairment #20516

Open
opened 2026-01-31 07:16:17 +00:00 by claunia · 0 comments
Owner

Originally created by @geazi-anc on GitHub (Sep 20, 2023).

Description of the new feature/enhancement

Currently, Windows Terminal is not fully accessibble for people with visual impairment that use screen readers to navigate this tool.

The main reason is because the output of a command is not easily shown when an input is typed. To "solve" this problem, you need to copy all the text from terminal using CTRL + A and after CTRL + C and after CTRL + V shortcut into a text editor to see and navigate the output.

Therefore, a new feature to create a output painel woud solve this problem of people with visual impairment. The Visual Studio Code Terminal is a good example of an accessiblity terminal. I think to copy the features from it would be a good starting point.

If you have any question about this feature, please contact me!

Originally created by @geazi-anc on GitHub (Sep 20, 2023). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> # Description of the new feature/enhancement Currently, Windows Terminal is not fully accessibble for people with visual impairment that use screen readers to navigate this tool. The main reason is because the output of a command is not easily shown when an input is typed. To "solve" this problem, you need to copy all the text from terminal using `CTRL + A` and after `CTRL + C` and after `CTRL + V` shortcut into a text editor to see and navigate the output. Therefore, a new feature to create a output painel woud solve this problem of people with visual impairment. The Visual Studio Code Terminal is a good example of an accessiblity terminal. I think to copy the features from it would be a good starting point. If you have any question about this feature, please contact me!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#20516