|
1 | 1 | ---
|
2 | 2 | title: "Accessibility tips and tricks for Visual Studio"
|
3 | 3 | 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 |
5 | 5 | ms.topic: conceptual
|
6 | 6 | helpviewer_keywords:
|
7 | 7 | - "accessibility [Visual Studio]"
|
@@ -55,16 +55,17 @@ Some other useful shortcut key combinations include the following.
|
55 | 55 | |Feature|Description|Key Combination|
|
56 | 56 | |-------------|-----------------| - |
|
57 | 57 | |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**| |
59 | 59 | |Context menus|Open a context (right-click) menu. <br> <br> **NOTE:** Standard Windows shortcut|**Shift** + **F10**|
|
60 | 60 | |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]**|
|
61 | 61 | |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**| |
63 | 63 | |Toolbox window|Add a control from the Toolbox to a form or designer.|**Enter**|
|
64 | 64 | |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** + **\** <br>**Ctrl** + **N**| |
65 | 66 |
|
66 | 67 | > [!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. |
68 | 69 |
|
69 | 70 | ## Use the Sound applet to set build and breakpoint cues
|
70 | 71 |
|
|
0 commit comments