3.1.2.1.1.15 wch (Character Insertion Keyboard Customization Action)

This element specifies that the action for an enclosed key map is to insert a certain character into the document.

[Example: Consider the following key map:

    <wne:keymap wne:kcmPrimary="0237">
     <wne:wch wne:val="000020AC" />
  </wne:keymap>

In this example, the WordprocessingML fragment specifies that pressing Control-7 (represented by KCM 0237) shall insert the Euro currency symbol (€, represented by the hexadecimal-encoded 4-byte Unicode of 000020AC). end example]

Parent Elements

keymap3.1.2.1.1.8, keymap)

Attributes

Description

val (character to insert)

This attribute specifies the hexadecimal encoded 4-byte Unicode character that should be inserted into the document.

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

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

 <complexType name="CT_LongHexNumber">
   <attribute name="val" type="ST_LongHexNumber" use="required"/>
 </complexType>