Skip to content

Commit c4ba206

Browse files
authored
Merge pull request #10667 from alex-bochkov/patch-1
Typo in binding-keyboard-shortcuts-to-menu-items.md
2 parents 74403e8 + 9934434 commit c4ba206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensibility/binding-keyboard-shortcuts-to-menu-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ To bind a keyboard shortcut to a custom menu command, just add an entry to the *
9696
This example binds the keyboard shortcut **Ctrl**+**B** to a command named `cmdidBold` in a project named `TestEditor`. The command is available only in the custom editor and not in other editors.
9797

9898
```xml
99-
<KeyBinding guid="guidVSStd97" id="cmdidBold" editor="guidTestEditorEditorFactory" key1="B" mod1="Control" />
99+
<KeyBinding guid="guidTestEditorEditorFactory" id="cmdidBold" editor="guidVSStd97" key1="B" mod1="Control" />
100100
```
101101

102102
## Related content

0 commit comments

Comments
 (0)