KeyboardMap.st
changeset 46 7b331e9012fd
parent 5 e5942fea6925
child 54 29a6b2f8e042
--- a/KeyboardMap.st	Thu Jun 02 23:21:42 1994 +0200
+++ b/KeyboardMap.st	Fri Jun 03 02:54:39 1994 +0200
@@ -18,17 +18,41 @@
 !
 
 KeyboardMap comment:'
+COPYRIGHT (c) 1993 by Claus Gittinger
+              All Rights Reserved
+'!
 
-COPYRIGHT (c) 1993 by Claus Gittinger
+!KeyboardMap class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 1993 by Claus Gittinger
               All Rights Reserved
 
-instances of KeyboardMap are used for mapping keystrokes AND sequences
-of keystrokes to a function key.
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
 
-$Header: /cvs/stx/stx/libview/KeyboardMap.st,v 1.2 1993-10-13 00:46:06 claus Exp $
+version
+"
+$Header: /cvs/stx/stx/libview/KeyboardMap.st,v 1.3 1994-06-03 00:53:22 claus Exp $
+"
+!
 
-written jun 93 by claus
-'!
+documentation
+"
+    instances of KeyboardMap are used for mapping keystrokes AND sequences
+    of keystrokes to a function key.
+    There is usually only one instance in the system - hold in Display.
+    The setup of this map is usually done in the smalltalk.rc or one of the
+    display.rc files during startup.
+"
+! !
 
 !KeyboardMap methodsFor:'accessing'!