UCKeyboardLayout
Provides header data for a 'uchr' resource.
Declaration
struct UCKeyboardLayoutOverview
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 UCKeyboardLayout type is used in the 'uchr' resource header. It specifies version and format information, offsets to the various subtables, and an array of UCKeyboardTypeHeader entries.
You should use low-ASCII (0 - 0x7F) only for the KCHR/uchr resource names and you should use Unicode in the Info.plist file when you specify strings for the user-interface (UI).
Topics
Initializers
init()init(keyLayoutHeaderFormat:keyLayoutDataVersion:keyLayoutFeatureInfoOffset:keyboardTypeCount:keyboardTypeList:)