Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
The KeyBindings element groups KeyBinding elements and other KeyBindings groupings.
Syntax
<KeyBindings>
<KeyBinding>... </KeyBinding>
<KeyBinding>... </KeyBinding>
</KeyBindings>
Attributes and elements
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description |
|---|---|
| Condition | Optional. See Conditional attributes. |
Child elements
| Element | Description |
|---|---|
| KeyBinding element | Specifies keyboard shortcuts for the commands. |
| KeyBindings | Groups KeyBinding elements and other KeyBindings groupings. |
Parent elements
| Element | Description |
|---|---|
| CommandTable element | Defines all the elements that represent commands. |
Example
<KeyBindings>
<KeyBinding guid="guidWidgetPackage" id="cmdidUpdateWidget"
editor="guidWidgetEditor" key1="VK_F5"/>
<KeyBinding guid="guidWidgetPackage" id="cmdidRunWidget"
editor="guidWidgetEditor" key1="VK_F5" mod1="Control"/>
</KeyBindings>