Skip to content

Commit cd4a888

Browse files
authored
Merge pull request #5122 from TerryGLee/tglee-accessible
add shortcut key combo data to table + format to style
2 parents 810aac2 + 5f94a68 commit cd4a888

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/ide/reference/accessibility-tips-and-tricks.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Accessibility tips and tricks for Visual Studio"
33
description: "Learn more about tips and tricks that can help make the Visual Studio integrated development environment (IDE) more accessible for everyone to use, including people with disabilities."
4-
ms.date: 02/21/2019
4+
ms.date: 08/02/2019
55
ms.topic: conceptual
66
helpviewer_keywords:
77
- "accessibility [Visual Studio]"
@@ -55,16 +55,17 @@ Some other useful shortcut key combinations include the following.
5555
|Feature|Description|Key Combination|
5656
|-------------|-----------------| - |
5757
|IDE|Switch High Contrast on and off. <br> <br> **NOTE:** Standard Windows shortcut|**Left Alt + Left Shift + PrtScn**|
58-
|Dialog box|Select or clear the check box option in a dialog box. <br> <br> **NOTE:** Standard Windows shortcut|**SPACEBAR**|
58+
|Dialog box|Select or clear the check box option in a dialog box. <br> <br> **NOTE:** Standard Windows shortcut|**Spacebar**|
5959
|Context menus|Open a context (right-click) menu. <br> <br> **NOTE:** Standard Windows shortcut|**Shift** + **F10**|
6060
|Menus|Quickly access a menu item by using its accelerator keys. Choose the **Alt** key followed by the underlined letters in a menu to activate the command. For example, to view the Open Project dialog box in Visual Studio, you would choose **Alt** + **F** + **O** + **P**. <br><br> **NOTE:** Standard Windows shortcut|**Alt** + **[letter]**|
6161
|Search box|Use the search feature in Visual Studio.|**Ctrl** + **Q**|
62-
|Toolbox window|Move among Toolbox tabs.|**Ctrl** + **UPARROW**<br /><br /> and<br /><br /> **Ctrl** + **DOWNARROW**|
62+
|Toolbox window|Move among Toolbox tabs.|**Ctrl** + **Up arrow**<br /><br /> and<br /><br /> **Ctrl** + **Down arrow**|
6363
|Toolbox window|Add a control from the Toolbox to a form or designer.|**Enter**|
6464
|Options dialog box: Environment > Keyboard|Delete a key combination entered in the **Press shortcut keys** option.|**Backspace**|
65+
|Notifications tool window|Open the Notifications tool window by using two keyboard shortcut key combinations, one followed by the other. Then, view a notification by using the arrow keys to select it.| **Ctrl** + **&#92;** <br>**Ctrl** + **N**|
6566

6667
> [!NOTE]
67-
> The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition.
68+
> The dialog boxes and menu commands you see might differ from those described in Help, depending on your active settings or edition.
6869
6970
## Use the Sound applet to set build and breakpoint cues
7071

0 commit comments

Comments
 (0)