| title |
KeyBindings Element |
| description |
The KeyBindings element groups KeyBinding elements and other KeyBindings groupings. This article contains an example. |
| ms.date |
11/04/2016 |
| ms.topic |
reference |
| f1_keywords |
|
| helpviewer_keywords |
VSCT XML schema elements, KeyBindings |
KeyBindings element (VSCT XML schema) |
|
| author |
tinaschrepfer |
| ms.author |
tinali |
| ms.subservice |
extensibility-integration |
The KeyBindings element groups KeyBinding elements and other KeyBindings groupings.
<KeyBindings>
<KeyBinding>... </KeyBinding>
<KeyBinding>... </KeyBinding>
</KeyBindings>
The following sections describe attributes, child elements, and parent elements.
| Element |
Description |
| KeyBinding element |
Specifies keyboard shortcuts for the commands. |
| KeyBindings |
Groups KeyBinding elements and other KeyBindings groupings. |
<KeyBindings>
<KeyBinding guid="guidWidgetPackage" id="cmdidUpdateWidget"
editor="guidWidgetEditor" key1="VK_F5"/>
<KeyBinding guid="guidWidgetPackage" id="cmdidRunWidget"
editor="guidWidgetEditor" key1="VK_F5" mod1="Control"/>
</KeyBindings>