Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#10131 from MicrosoftDocs/main6384615…
Browse files Browse the repository at this point in the history
…51103566725sync_temp

For protected branch, push strategy should use PR and merge to target branch method to work around git push error
  • Loading branch information
learn-build-service-prod[bot] committed Mar 16, 2024
2 parents 9383b76 + 5fcb1cb commit cc08c5a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/ide/reference/accessibility-tips-and-tricks.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Accessibility tips and tricks for Visual Studio"
description: Discover tips and tricks that help make the Visual Studio integrated development environment (IDE) more accessible for everyone, including people with disabilities.
ms.date: 12/06/2022
ms.date: 3/15/2024
ms.topic: conceptual
helpviewer_keywords:
- "accessibility [Visual Studio]"
Expand All @@ -18,6 +18,14 @@ We also cover how to use annotations to reveal useful information about your cod
> [!NOTE]
> This topic applies to Visual Studio on Windows. For Visual Studio for Mac, see [Accessibility for Visual Studio for Mac](/visualstudio/mac/accessibility).
## Screen readers

Visual Studio supports screen readers in the IDE. The following screen readers have been tested:

- [NVDA](https://www.nvaccess.org/)
- [JAWS](https://www.freedomscientific.com/products/software/jaws)
- [Narrator](https://support.microsoft.com/help/22798)

## Save your IDE settings

You can customize your IDE experience by saving your window layout, keyboard mapping scheme, and other preferences. For more information, see [Personalize the Visual Studio IDE](../../ide/personalizing-the-visual-studio-ide.md).
Expand Down

0 comments on commit cc08c5a

Please sign in to comment.