KeySymsSun.mesa
Copyright Ó 1992 by Xerox Corporation. All rights reserved.
Christian Jacobi, February 24, 1992 2:13 pm PST
Christian Jacobi, February 25, 1992 12:25 pm PST
Keysyms registered by Sun.
As registered with the X consortium; this has nothing directly to do with any actual sun keyboard.
DIRECTORY KeyTypes;
KeySymsSun: CEDAR DEFINITIONS =
KeySym: TYPE = KeyTypes.KeySym;
FAGrave: KeySym = [01005FF00H];
FACircum: KeySym = [01005FF01H];
FATilde: KeySym = [01005FF02H];
F36: KeySym = [01005FF10H];
F37: KeySym = [01005FF11H];
SysReq: KeySym = [01005FF60H];
Props: KeySym = [01005FF70H];
Front: KeySym = [01005FF71H];
Copy: KeySym = [01005FF72H];
Open: KeySym = [01005FF73H];
Paste: KeySym = [01005FF74H];
Cut: KeySym = [01005FF75H];
END.