<> <> <> <> <<>> <> <<>> DIRECTORY KeyTypes; SpecialKeySyms: CEDAR DEFINITIONS = BEGIN KeySym: TYPE = KeyTypes.KeySym; NoSym: KeySym = [0]; <> Button1: KeySym = [010070001H]; Button2: KeySym = [010070002H]; Button3: KeySym = [010070003H]; Button4: KeySym = [010070004H]; Button5: KeySym = [010070005H]; <> END.