Skip to content

Commit 9934434

Browse files
authored
Typo in binding-keyboard-shortcuts-to-menu-items.md
1 parent 2188088 commit 9934434

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)