ItemKey (microsoft-windows-ie-internetexplorer-accelerators-accelerator-itemkey)

ItemKey contains a unique key for Accelerator.

Accelerators are menu options in Internet Explorer that help to automate common browser-related tasks. In Internet Explorer, when you right-click selected text, Accelerators appear in the list of available options. For example, if you right-click a selected address, you can use an Accelerator to show a map of that address.

Values

Key

Specifies a unique key for the AcceleratorsXML. Key is a string.

Valid Configuration Passes

specialize

Parent Hierarchy

microsoft-windows-ie-internetexplorer.md) | Accelerators | Accelerator | ItemKey

Applies To

For a list of Windows editions and architectures that this component supports, see Microsoft-Windows-IE-InternetExplorer.

XML Example

The following XML output specifies adding two Accelerators.

<Accelerators>
  <Accelerator wcm:action="add">
    <AcceleratorXML>C:\Fabrikam\Accelerator1.xml</AcceleratorXML>
    <ItemKey>Accelerator1</ItemKey> 
    <IsDefault>true</IsDefault> 
  </Accelerator>
  <Accelerator wcm:action="add">
    <AcceleratorXML>C:\Fabrikam\Accelerator2.xml</AcceleratorXML> 
    <ItemKey>Accelerator2</ItemKey> 
  </Accelerator>
</Accelerators>

Accelerator