3.1.2.1.1.12 tcg (Keyboard and Toolbar Customizations)

This element specifies the document's template command group (TCG), which contains customizations for keyboard shortcuts and toolbars.

[Example: Consider a document with both a toolbar customization and key map customization:

 <wne:tcg …>
     <wne:keymaps>
         <wne:keymap wne:kcmPrimary="0341">
             <wne:fci wne:fciName="CssLinks" wne:swArg="0000"/>
         </wne:keymap>
     </wne:keymaps>
     <wne:toolbars>
         <wne:toolbarData r:id="rId1"/>
     </wne:toolbars>
 </wne:tcg>

In this example, the WordprocessingML describes a single key map customization and customized toolbar information stored in a binary part referenced as rId1. end example]

Child Elements

Subclause

acds (Allocated Commands)

§3.1.2.1.1.5, acds

keymaps (Key Map Customizations)

§3.1.2.1.1.9, keymaps

keymapsBad (Key Map Customizations for Mismatched Keyboards)

§3.1.2.1.1.10, keymapsBad

toolbars (Legacy Toolbar Customizations)

§3.1.2.1.1.14, toolbars

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

 <complexType name="CT_Tcg">
   <sequence>
     <element name="keymaps" type="CT_Keymaps" minOccurs="0" maxOccurs="1"/>
     <element name="keymapsBad" type="CT_Keymaps" minOccurs="0" maxOccurs="1"/>
     <element name="toolbars" type="CT_Toolbars" minOccurs="0" maxOccurs="1"/>
     <element name="acds" type="CT_Acds" minOccurs="0" maxOccurs="1"/>
   </sequence>
 </complexType>