KeySymsCedar.mesa
Copyright Ó 1992 by Xerox Corporation. All rights reserved.
Christian Jacobi, February 24, 1992 2:13 pm PST
Christian Jacobi, February 26, 1992 4:52 pm PST
Some KeySyms which seem to be used by high level Cedar software, mainly Tioga. These KeySyms are typically layed out as alternative over other existing engravings.
These keysyms are not (yet?) registered with the X consortium.
KeySymsCedar: CEDAR DEFINITIONS =
KeySym: TYPE = KeyTypes.KeySym;
In principal higher level software ought to decide about charcode. It might however be handy to assign special keys.
CharCode0UpArrow: KeySym = [010070010H];
CharCode0LeftArrow: KeySym = [010070011H];
Tioga uses these engravings as modifiers.
Swat: KeySym = [010070015H];
Look: KeySym = [010070016H];
END.