KeyboardsPackage.config
Copyright Ó 1992 by Xerox Corporation. All rights reserved.
Christian Jacobi, March 2, 1992 6:00 pm PST
KeyboardsPackage:
CONFIGURATION
IMPORTS CardTab, IntToIntTab, SymTab, ConvertUnsafe
EXPORTS ALL
CONTROL RelativeTimesImpl, KeyMappingImpl, KeyNamesImpl, KeyCharsImpl =
BEGIN
RelativeTimesImpl;
KeyMappingImpl;
KeyNamesImpl;
KeyCharsImpl;
END.