Skip to content

Commit 69cc4c5

Browse files
author
Kraig Brockschmidt
authored
Merge pull request #863 from MicrosoftDocs/master
Push to live
2 parents 11dd62d + c747410 commit 69cc4c5

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ manager: "ghogen"
3636

3737
1. On the menu bar, choose **View**, **Toolbox**.
3838

39-
2. Choose the Ctrl + Up Arrow or Ctrl + Down Arrow keys to move among the sections in the current Toolbox tab.
39+
2. Use the Ctrl + Up Arrow or Ctrl + Down Arrow keys to move among the sections in the current Toolbox tab.
4040

41-
3. Choose the Up Arrow or **Down Arrow** keys to move among the controls.
41+
3. Use the Up Arrow or **Down Arrow** keys to move among the controls.
4242

43-
4. After the control is selected, choose the Enter key.
43+
4. After the control is selected, use the Enter key.
4444

4545
The control is added to the form or designer.
4646

@@ -70,13 +70,13 @@ manager: "ghogen"
7070

7171
- To move among files in an editor or designer, choose CTRL + TAB keys to display the IDE Navigator with **Active Files** selected. Choose the Enter key to navigate to the highlighted file.
7272

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

7575
#### To move and dock tool windows from the keyboard
7676

7777
1. Navigate to the tool window you intend to move and give it focus.
7878

79-
2. On the **Window** menu, click **Dockable**.
79+
2. On the **Window** menu, select the **Dockable** option.
8080

8181
3. Press **ALT** + **Space** and then choose **Move**.
8282

docs/install/TOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## [Troubleshooting installation issues](troubleshooting-installation-issues.md)
55
# [Update Visual Studio](update-visual-studio.md)
66
# [Modify Visual Studio](modify-visual-studio.md)
7-
# [Repair Visual Studio 2017](repair-visual-studio.md)
7+
# [Repair Visual Studio](repair-visual-studio.md)
88
# [Uninstall Visual Studio](uninstall-visual-studio.md)
99
## [Remove Visual Studio](remove-visual-studio.md)
1010
# [Visual Studio Administrator Guide](visual-studio-administrator-guide.md)

docs/install/install-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ Another way that you can change the default language is by running the installer
122122
2. Click **File**, and then click **New Project**.
123123

124124
3. Select a project type. <br><br>
125-
For example, to [build a C++ app](../ide/walkthrough-create-a-simple-application-with-visual-csharp-or-visual-basic.md), click **Installed**, expand **Visual C++**, and then select the C++ project type that you want to build. <br><br>
126-
To [build a C## app](../ide/getting-started-with-cpp-in-visual-studio.md), click **Installed**, expand **Visual C#**, and then select the C# project type that you want to build.
125+
For example, to [build a C++ app](../ide/getting-started-with-cpp-in-visual-studio.md), click **Installed**, expand **Visual C++**, and then select the C++ project type that you want to build. <br><br>
126+
To [build a C# app](../ide/walkthrough-create-a-simple-application-with-visual-csharp-or-visual-basic.md), click **Installed**, expand **Visual C#**, and then select the C# project type that you want to build.
127127

128128
## Get support
129129

docs/python/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ To quickly test Python support after following the installation steps, Open the
3939
1. Download and run the latest Visual Studio 2017 installer:
4040

4141
> [!div class="nextstepaction"]
42-
> <a target="frameTarget" href="https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Community&rel=15&utm_source=docs&utm_medium=clickbutton&utm_campaign=python_gettingstarted">Install Visual Studio 2017 Community</a>
42+
> <a target="frameTarget" href="https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Community&rel=15&utm_source=docs&utm_medium=clickbutton&utm_campaign=python_install">Install Visual Studio 2017 Community</a>
4343
4444
>[!Tip]
45-
> The Community edition is for individual developers, classroom learning, academic research, and open source development. For other uses, install <a target="frameTarget" href="https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Professional&rel=15&utm_source=docs&utm_medium=clickbutton&utm_campaign=python_gettingstarted">Visual Studio 2017 Professional</a> or <a target="frameTarget" href="https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Enterprisel&rel=15&utm_source=docs&utm_medium=clickbutton&utm_campaign=python_gettingstarted">Visual Studio 2017 Enterprise</a>.
45+
> The Community edition is for individual developers, classroom learning, academic research, and open source development. For other uses, install <a target="frameTarget" href="https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Professional&rel=15&utm_source=docs&utm_medium=clickbutton&utm_campaign=python_install">Visual Studio 2017 Professional</a> or <a target="frameTarget" href="https://www.visualstudio.com/thank-you-downloading-visual-studio/?sku=Enterprisel&rel=15&utm_source=docs&utm_medium=clickbutton&utm_campaign=python_install">Visual Studio 2017 Enterprise</a>.
4646
4747
1. The installer presents you with a list of workloads, which are groups of related options for specific development areas. For Python, select the **Python development** workload.
4848

0 commit comments

Comments
 (0)