Skip to content

Commit 6f73266

Browse files
committed
Acrolinx pass
1 parent 1c65835 commit 6f73266

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/ide/reference/how-to-use-the-keyboard-exclusively.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,30 +26,30 @@ ms.workload:
2626
2727
::: moniker-end
2828

29-
[!INCLUDE[vsprvs](../../code-quality/includes/vsprvs_md.md)] provides many default shortcut key combinations to make it easy to navigate and code within the integrated development environment (IDE). For a full listing of shortcut keys used in Visual Studio, see [Default keyboard shortcuts](../../ide/default-keyboard-shortcuts-in-visual-studio.md). For information on keyboard shortcuts available for other Microsoft products, see [https://www.microsoft.com/en-us/accessibility/](http://go.microsoft.com/fwlink/?LinkID=40400).
29+
There are many default shortcut key combinations in Visual Studio that make it easy to navigate and code within the integrated development environment (IDE). For a full listing of shortcut keys in Visual Studio, see [Default keyboard shortcuts](../../ide/default-keyboard-shortcuts-in-visual-studio.md). For information on keyboard shortcuts available for other Microsoft products, see [https://www.microsoft.com/en-us/accessibility/](http://go.microsoft.com/fwlink/?LinkID=40400).
3030

3131
> [!NOTE]
32-
> Depending on your active settings or the edition of Visual Studio that you are using, the dialog boxes and menu commands you see might differ from those described in Help. To change your settings, choose **Import and Export Settings** on the **Tools** menu. For more information, see [Reset settings](../environment-settings.md#reset-settings).
32+
> Depending on your settings or the edition of Visual Studio you use, the dialog boxes and menu commands you see might differ from those described in Help. To change your settings, choose **Import and Export Settings** on the **Tools** menu. For more information, see [Reset settings](../environment-settings.md#reset-settings).
3333
3434
## Toolbox controls
3535

36-
You can add a control on the Toolbox to a form or designer using the keyboard.
36+
You can add a control on the Toolbox to a form or designer by using the keyboard.
3737

3838
### To add controls from the Toolbox to a designer from the keyboard
3939

4040
1. On the menu bar, choose **View** > **Toolbox**.
4141

42-
2. Use the Ctrl+Up arrow or Ctrl+Down arrow keyboard shortcuts to move among the sections in the current Toolbox tab.
42+
2. Use the **Ctrl+Up arrow** or **Ctrl+Down arrow** keyboard shortcuts to move among the sections in the **Toolbox** tab.
4343

44-
3. Use the Up arrow key or Down arrow keys to move among the controls.
44+
3. Use the **Up arrow** key or **Down arrow** keys to move among the controls.
4545

46-
4. After the control is selected, use the **Enter** key.
46+
4. After you select the control, use the **Enter** key.
4747

48-
The control is added to the form or designer.
48+
Visual Studio adds the control to the form or designer.
4949

5050
## Dialog box options
5151

52-
You can move among the options in a dialog and change option settings using the keyboard.
52+
You can move among the options in a dialog and change option settings by using the keyboard.
5353

5454
### To set dialog box options from the keyboard
5555

@@ -61,21 +61,21 @@ You can add a control on the Toolbox to a form or designer using the keyboard.
6161

6262
- For check boxes, use the **Spacebar** to select or unselect.
6363

64-
- For drop-down lists, use **Alt** + **Down arrow** key to display items and then use **Up arrow** and **Down arrow** keys to change the selected item.
64+
- For drop-down lists, use **Alt+Down arrow** key to display items and then use **Up arrow** and **Down arrow** keys to change the selected item.
6565

6666
- For buttons, select **Enter** to invoke.
6767

6868
- For grids, use the arrow keys to navigate. For drop-down lists in grids, use **Shift** + **Alt** + **Down arrow key** to display items and then use **Up arrow** and **Down arrow** keys to change the selected item.
6969

7070
## Window and file navigation
7171

72-
The IDE provides several ways for you to move among open tool and document windows using the keyboard. You can also move and dock tool windows in different locations using the keyboard.
72+
There are several ways that you can use the keyboard to move between open tool and document windows. You can also move and dock tool windows in different locations by using the keyboard.
7373

7474
### To navigate among windows and files in the IDE from the keyboard
7575

76-
- To move among files in an editor or designer, choose the Ctrl+Tab keyboard shortcut to display the IDE Navigator with **Active Files** selected. Choose the Enter key to navigate to the highlighted file.
76+
- To move among files in an editor or designer, choose the **Ctrl+Tab** keyboard shortcut to display the IDE Navigator with **Active Files** selected. Choose the **Enter** key to navigate to the highlighted file.
7777

78-
- To move among docked tool windows, choose the Alt+F7 keyboard shortcut to display the IDE Navigator with **Active Tool Windows** selected. Choose the Enter key to navigate to the highlighted window.
78+
- To move among docked tool windows, choose the **Alt+F7** keyboard shortcut to display the IDE Navigator with **Active Tool Windows** selected. Choose the **Enter** key to navigate to the highlighted window.
7979

8080
### To move and dock tool windows from the keyboard
8181

@@ -91,7 +91,7 @@ You can add a control on the Toolbox to a form or designer using the keyboard.
9191

9292
The mouse pointer moves with the window as you use the arrow keys.
9393

94-
5. When you have reached the new location, use the arrow keys to move the mouse pointer over the correct portion of the guide diamond.
94+
5. When you've reached the new location, use the arrow keys to move the mouse pointer over the correct portion of the guide diamond.
9595

9696
An outline of the tool window appears in the new docking location.
9797

0 commit comments

Comments
 (0)