Skip to content

Commit d637b19

Browse files
authored
few corrections
1 parent a66bbd6 commit d637b19

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/ide/default-keyboard-shortcuts-in-visual-studio.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ All shortcuts in this section apply globally unless otherwise specified. The *Gl
5252
- [View](../ide/default-keyboard-shortcuts-in-visual-studio.md#bkmk_view-popular-shortcuts)
5353
- [Window](../ide/default-keyboard-shortcuts-in-visual-studio.md#bkmk_window-popular-shortcuts)
5454

55-
#### Build: popular shortcuts
55+
#### <a name="bkmk_build-popular-shortcuts"></a> Build: popular shortcuts
5656

5757
|Commands|Keyboard shortcuts |Command ID|
5858
|-|-|-|
@@ -61,7 +61,7 @@ All shortcuts in this section apply globally unless otherwise specified. The *Gl
6161
|Compile|**Ctrl+F7** | Build.Compile |
6262
|Run code analysis on solution|**Alt+F11**| Build.RunCodeAnalysisonSolution |
6363

64-
#### Debug: popular shortcuts
64+
#### <a name="bkmk_debug-popular-shortcuts"></a> Debug: popular shortcuts
6565

6666
|Commands|Keyboard shortcuts [Special contexts]|Command ID|
6767
|-|-|-|
@@ -81,7 +81,7 @@ All shortcuts in this section apply globally unless otherwise specified. The *Gl
8181
|Stop debugging|**Shift+F5**| Debug.StopDebugging |
8282
|Toggle breakpoint|**F9**| Debug.ToggleBreakpoint |
8383

84-
#### Edit: popular shortcuts
84+
#### <a name="bkmk_edit-popular-shortcuts"></a> Edit: popular shortcuts
8585

8686
|Commands|Keyboard shortcuts [Special contexts]|Command ID|
8787
|-|-|-|
@@ -132,7 +132,7 @@ All shortcuts in this section apply globally unless otherwise specified. The *Gl
132132
|Word delete to end|**Ctrl+Delete** [Text Editor]| Edit.WordDeleteToEnd |
133133
|Word delete to start|**Ctrl+Backspace** [Text Editor]| Edit.WordDeleteToStart |
134134

135-
#### File: popular shortcuts
135+
#### <a name="bkmk_file-popular-shortcuts"></a> File: popular shortcuts
136136

137137
|Commands|Keyboard shortcuts [Special contexts]|Command ID|
138138
|-|-|-|
@@ -148,26 +148,26 @@ All shortcuts in this section apply globally unless otherwise specified. The *Gl
148148
|Save selected items|**Ctrl+S**| File.SaveSelectedItems |
149149
|View in browser|**Ctrl+Shift+W**| File.ViewinBrowser |
150150

151-
#### Project: popular shortcuts
151+
#### <a name="bkmk_project-popular-shortcuts"></a> Project: popular shortcuts
152152

153153
|Commands|Keyboard shortcuts [Special contexts]|Command ID|
154154
|-|-|-|
155155
|Add existing item|**Shift+Alt+A**| Project.AddExistingItem |
156156
|Add new item|**Ctrl+Shift+A**| Project.AddNewItem |
157157

158-
#### Refactor: popular shortcuts
158+
#### <a name="bkmk_refactor-popular-shortcuts"></a> Refactor: popular shortcuts
159159

160160
|Command|Keyboard shortcut [Special contexts]|Command ID|
161161
|-|-|-|
162162
|Extract method|**Ctrl+R, Ctrl+M**| Refactor.ExtractMethod |
163163

164-
#### Tools: popular shortcuts
164+
#### <a name="bkmk_tools-popular-shortcuts"></a> Tools: popular shortcuts
165165

166166
|Command|Keyboard shortcut [Special contexts]|Command ID|
167167
|-|-|-|
168168
|Attach to process|**Ctrl+Alt+P**| Tools.AttachtoProcess |
169169

170-
#### View: popular shortcuts
170+
#### <a name="bkmk_view-popular-shortcuts"></a> View: popular shortcuts
171171

172172
|Commands|Keyboard shortcuts [Special contexts]|Command ID|
173173
|-|-|-|
@@ -188,7 +188,7 @@ All shortcuts in this section apply globally unless otherwise specified. The *Gl
188188
|View code|**Enter** [Class Diagram]<br /><br />or **F7** [Settings Designer]| View.ViewCode |
189189
|View designer|**Shift+F7** [HTML Editor Source View]| View.ViewDesigner |
190190

191-
#### Window: popular shortcuts
191+
#### <a name="bkmk_window-popular-shortcuts"></a> Window: popular shortcuts
192192

193193
|Commands|Keyboard shortcuts [Special contexts]|Command ID|
194194
|-|-|-|
@@ -210,7 +210,7 @@ These keyboard shortcuts are *global*, which means that you can use them when an
210210
- [Class View context menus](../ide/default-keyboard-shortcuts-in-visual-studio.md#bkmk_classview-global-shortcuts)
211211
- [Debug](../ide/default-keyboard-shortcuts-in-visual-studio.md#bkmk_debug-global-shortcuts)
212212
- [Debug context menus](../ide/default-keyboard-shortcuts-in-visual-studio.md#bkmk_debugger-global-shortcuts)
213-
- [Diagnostics Hub](../ide/default-keyboard-shortcuts-in-visual-studio.md#bkmk_diagonstics-global-shortcuts)
213+
- [Diagnostics Hub](../ide/default-keyboard-shortcuts-in-visual-studio.md#bkmk_diagnostics-global-shortcuts)
214214
- [Edit](../ide/default-keyboard-shortcuts-in-visual-studio.md#bkmk_edit-global-shortcuts)
215215
- [Editor context menus](../ide/default-keyboard-shortcuts-in-visual-studio.md#bkmk_editorContext-global-shortcuts)
216216
- [File](../ide/default-keyboard-shortcuts-in-visual-studio.md#bkmk_file-global-shortcuts)

0 commit comments

Comments
 (0)