This topic has not yet been rated - Rate this topic

KeyBindings Element

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.

Attributes

Attribute

Description

Condition

Optional. See VSCT XML Schema Conditional Attributes.

Child Elements

Element

Description

KeyBinding Element

Specifies keyboard shortcuts for the commands.

KeyBindings Element

Groups KeyBinding elements and other KeyBindings groupings.

Parent Elements

Element

Description

CommandTable Element

Defines all the elements that represent commands.

<KeyBindings>
  <KeyBinding guid="guidWidgetPackage" id="cmdidUpdateWidget" 
    editor="guidWidgetEditor" key1="VK_F5"/>
  <KeyBinding guid="guidWidgetPackage" id="cmdidRunWidget" 
    editor="guidWidgetEditor" key1="VK_F5" mod1="Control"/>
</KeyBindings>
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.