UCKeySequenceDataIndex
Contains offsets to a list of character sequences for a 'uchr' resource.
Declaration
struct UCKeySequenceDataIndexOverview
The Unicode keyboard-layout ( 'uchr') resource contains the data necessary to map virtual key codes to Unicode character codes for a given keyboard layout. The 'uchr' format consists of a header information section and five key mapping data sections. The UCKeySequenceDataIndex type is used in the fifth key mapping section of the 'uchr' resource.
The UCKeySequenceDataIndex structure contains offsets to a list of character sequences for the 'uchr' resource. This permits a single keypress to generate a sequence of characters, or to generate a single character outside the range that can be represented directly by values of type UCKeyOutput or UCKeyCharSeq.