3.1.2.1.1.2 acd (Allocated Command Keyboard Customization Action)

This element specifies that an allocated command should be executed by the enclosing key map.

[Example: Consider the following key map:

   <wne:keymap wne:kcmPrimary="0238">
       <wne:acd wne:acdName="acd0" />
   </wne:keymap>

In this example, the WordprocessingML fragment specifies that pressing Control-8 (the meaning of a KCM of 0238) will execute the allocated command identified by acd0. end example]

Parent Elements

keymap3.1.2.1.1.8, keymap)

Attributes

Description

acdName (Allocated command name)

Specifies the friendly name of the allocated command to execute.

The possible values for this attribute are defined by the ST_String simple type (§3.1.2.3.5, ST_String).

The following XML Schema fragment defines the contents of this element:

 <complexType name="CT_AcdKeymap">
   <attribute name="acdName" type="ST_String" use="required"/>
 </complexType>