KeyboardMap.st
changeset 6663 a3d11f506f57
parent 6556 f2418ba5d1c5
child 7856 7c52e7a9a087
--- a/KeyboardMap.st	Thu Dec 18 16:55:56 2014 +0100
+++ b/KeyboardMap.st	Thu Dec 18 17:13:06 2014 +0100
@@ -42,7 +42,7 @@
     variable of Display.
 
     The setup of this map is done in the 'smalltalk.rc' or one of the
-    'display.rc' files during startup.
+    'keyboard.rc' files during startup.
     To add a mapping (for example, to attach the logical function 'DoIt' to
     the key-combination Cmd-'d'):
 
@@ -146,6 +146,6 @@
 !KeyboardMap class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/KeyboardMap.st,v 1.14 2014-07-29 19:26:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/KeyboardMap.st,v 1.15 2014-12-18 16:13:06 cg Exp $'
 ! !