Skip to content

Commit 29706d5

Browse files
committed
review from terry
1 parent 577cad7 commit 29706d5

4 files changed

+5
-5
lines changed

docs/ide/csharp-developer-productivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ For more information about keyboard shortcuts and commands, see [Productivity sh
5959

6060
## Navigate quickly to files or types
6161

62-
Visual Studio 2017 has a feature called **Go To All** (**Ctrl**+**T**). **Go To All** enables you to quickly jump to any file, type, member, or symbol declaration.
62+
Visual Studio has a feature called **Go To All** (**Ctrl**+**T**). **Go To All** enables you to quickly jump to any file, type, member, or symbol declaration.
6363

6464
- Change the location of this search bar or turn off the live navigation preview by using the **gear** icon.
6565
- Filter results using syntax such as `t mytype`.

docs/ide/default-keyboard-shortcuts-for-frequently-used-commands-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,5 +165,5 @@ The *Global* context means that the shortcut is applicable in any tool window in
165165

166166
## See also
167167

168-
- [Identify and customize shortcuts in Visual Studio](../ide/identifying-and-customizing-keyboard-shortcuts-in-visual-studio.md)
168+
- [Identify and customize keyboard shortcuts in Visual Studio](../ide/identifying-and-customizing-keyboard-shortcuts-in-visual-studio.md)
169169
- [All keyboard shortcuts in Visual Studio](default-keyboard-shortcuts-in-visual-studio.md)

docs/ide/identifying-and-customizing-keyboard-shortcuts-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.workload:
2222

2323
You can identify keyboard shortcuts for Visual Studio commands, customize those shortcuts, and export them for others to use. Many shortcuts always invoke the same commands, but the behavior of a shortcut can vary based on the following conditions:
2424

25-
- Which default environment settings you chose the first time that you opened Visual Studio—for example, General Development or Visual C#. (For information about changing or resetting your settings, see [Environment settings](environment-settings.md).)
25+
- Which default environment settings you choose the first time that you open Visual Studio—for example, General Development or Visual C#. (For information about changing or resetting your settings, see [Environment settings](environment-settings.md).)
2626

2727
- Whether you've customized the shortcut's behavior.
2828

docs/ide/productivity-shortcuts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Keyboard shortcuts
2+
title: Keyboard and mouse shortcuts
33
ms.date: 11/02/2018
44
ms.topic: reference
55
author: gewarren
@@ -61,7 +61,7 @@ For a complete list of command shortcuts, see [Default keyboard shortcuts](../id
6161

6262
|Task|Shortcut|
6363
|-|-|
64-
|Go to all|**Ctrl**+**T**|
64+
|Go To All|**Ctrl**+**T**|
6565
|Go to recent files|**Ctrl**+**T**,**R**|
6666
|Multi-caret multiple insertion points|**Ctrl**+**Alt**+**click**|
6767
|Multi-caret add matching selection|**Shift**+**Alt**+**Ins**|

0 commit comments

Comments
 (0)