Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screen reader does not announce up/down to navigate through a shell's history #1960

Closed
Tyriar opened this issue Mar 7, 2019 · 1 comment
Closed
Labels

Comments

@Tyriar
Copy link
Member

Tyriar commented Mar 7, 2019

Repro:

  • ls, ls is announced
  • enter, the output is announced
  • up, "ls" is not announced

Code pointer:

this.register(this._terminal.addDisposableListener('a11y.char', (char) => this._onChar(char)));

@Tyriar
Copy link
Member Author

Tyriar commented Oct 11, 2021

Let's track this in VS Code, the embedder would need shell integration to be able to keep the textarea in sync with the page microsoft/vscode#131295

@Tyriar Tyriar closed this as completed Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant