KeySymsDEC.mesa
Copyright Ó 1992 by Xerox Corporation. All rights reserved.
Christian Jacobi, February 24, 1992 2:13 pm PST
Christian Jacobi, February 25, 1992 5:48 pm PST
Keysyms registered by DEC.
As registered with the X consortium.
KeySymsDEC: CEDAR DEFINITIONS =
KeySym: TYPE = KeyTypes.KeySym;
Remove: KeySym = [01000FF00H];
RingAccent: KeySym = [01000FEB0H];
CircumflexAccent: KeySym = [01000FE5EH];
CedillaAccent: KeySym = [01000FE2CH];
AcuteAccent: KeySym = [01000FE27H];
GraveAccent: KeySym = [01000FE60H];
Tilde: KeySym = [01000FE7EH];
Diaeresis: KeySym = [01000FE22H];
END.