Skip to content

Commit 030345f

Browse files
authored
Global binding Edit.GoToFindCombo overridden
In VS2019's default mapping Ctrl-D is still bound to Edit.GoToFindCombo in the Global context, but it has no effect that I can see because Ctrl-D is mapped to Edit.Duplicate in the Text Editor context so change this doc to reflect what actually happens.
1 parent 3cc141d commit 030345f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ The sections in the following table include commands that are global in that you
155155
|Edit.Cut|**Ctrl+X**<br /><br /> or<br /><br /> **Shift+Delete**|
156156
|Edit.CycleClipboardRing|**Ctrl+Shift+V**<br /><br /> or<br /><br /> **Ctrl+Shift+Ins**|
157157
|Edit.Delete|**Delete**|
158+
|Edit.Duplicate|**Ctrl+D**|
158159
|Edit.Find|**Ctrl+F**|
159160
|Edit.FindAllReferences|**Shift+F12**|
160161
|Edit.FindinFiles|**Ctrl+Shift+F**|
@@ -166,7 +167,6 @@ The sections in the following table include commands that are global in that you
166167
|Edit.GoTo|**Ctrl+G**|
167168
|Edit.GoToDeclaration|**Ctrl+F12**|
168169
|Edit.GoToDefinition|**F12**|
169-
|Edit.GoToFindCombo|**Ctrl+D**|
170170
|Edit.GoToNextLocation|**F8**|
171171
|Edit.GoToPrevLocation|**Shift+F8**|
172172
|Edit.InsertSnippet|**Ctrl+K, Ctrl+X**|

0 commit comments

Comments
 (0)