From 39c458287fb13e7f12482182c666114416a5f5ee Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Sun, 28 Jan 2018 10:30:30 -0800 Subject: [PATCH] Remove note about lack of support in terminal It should just work as expected by screen reader users now. Part of Microsoft/vscode#8339 --- docs/editor/accessibility.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/editor/accessibility.md b/docs/editor/accessibility.md index 4f70f93a34..ba94eb4c16 100644 --- a/docs/editor/accessibility.md +++ b/docs/editor/accessibility.md @@ -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: