-- KeyboardFace.mesa (last edited by: McJones on: July 29, 1980 6:48 AM)
DIRECTORY
KeyStations USING [KeyBits];
KeyboardFace: DEFINITIONS =
BEGIN
keyboard: READONLY LONG POINTER TO READONLY KeyStations.KeyBits;
END.
LOG
Time: February 6, 1980 5:59 PMBy: RedellAction: Created file
Time: July 28, 1980 5:37 PMBy: McJonesAction: Keystation assignments moved to KeyStations.mesa; keyboard added as correct spelling of Keyboard