Skip to content

Commit

Permalink
Add note about terminal screen reader support
Browse files Browse the repository at this point in the history
Fixes #1133
  • Loading branch information
Tyriar committed Aug 17, 2017
1 parent 8c34c0e commit a1594ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/editor/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ 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 a1594ca

Please sign in to comment.