Skip to content

Commit

Permalink
Remove note about lack of support in terminal
Browse files Browse the repository at this point in the history
It should just work as expected by screen reader users now.

Part of microsoft/vscode#8339
  • Loading branch information
Tyriar committed Jan 28, 2018
1 parent 6c1b6a5 commit 39c4582
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/editor/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ When the suggestions pop up, they will get announced to screen readers. It is po

The **Go to Next/Previous Difference** actions (F7 and Shift+F7), when in a diff editor pane, will bring up the Diff Review Pane, which allows the navigation of the diffs, presented in a unified patch format. Arrow Up and Arrow Down can be used to navigate through the unchanged, inserted or deleted lines. Pressing Enter will return focus to the modified pane of the diff editor at the selected line number (or closest still existing line number in case a deleted line is selected). Use Escape or Shift+Escape to dismiss the Diff Review Pane.

>The **Integrated Terminal** does not currently support screen readers. There is an [open GitHub issue](https://github.com/Microsoft/vscode/issues/8339) tracking this.
## Accessibility Help

You can press `kb(editor.action.showAccessibilityHelp)` to trigger the **Show Accessibility Help** dialog while in an editor to check the state of various accessibility options in VS Code:
Expand Down

0 comments on commit 39c4582

Please sign in to comment.