Source position: xkb.pp line 1127
type TXkbNamesRec = record |
keycodes: TAtom; |
geometry: TAtom; |
symbols: TAtom; |
types: TAtom; |
compat: TAtom; |
vmods: array [0..XkbNumVirtualMods-1] of TAtom; |
indicators: array [0..XkbNumIndicators-1] of TAtom; |
groups: array [0..XkbNumKbdGroups-1] of TAtom; |
keys: PXkbKeyNamePtr; |
key_aliases: PXkbKeyAliasPtr; |
radio_groups: PAtom; |
phys_symbols: TAtom; |
num_keys: Byte; |
num_key_aliases: Byte; |
num_rg: Word; |
end; |