always read keyboard.rc (even if display-type is unknown)
authorClaus Gittinger <cg@exept.de>
Mon, 22 Feb 1999 13:53:38 +0100
changeset 317 080bfa4e46c2
parent 316 2c70d0958d5a
child 318 b423534d597d
always read keyboard.rc (even if display-type is unknown)
display.rc
--- a/display.rc	Sun Feb 21 12:45:05 1999 +0100
+++ b/display.rc	Mon Feb 22 13:53:38 1999 +0100
@@ -35,6 +35,14 @@
 "/ Screen buttonTranslation:#(2 2 1).
 !
 
+"/ common keyboard setup;
+"/ might be changed later by a display-specific
+"/ rc file (especially, d_windows does this)
+
+"/ 'display.rc [info]: reading ''keyboard.rc'' ...' infoPrintCR.
+Smalltalk fileIn:'keyboard.rc'.
+!
+
 "*
  * define extensions for image files (i.e. extension-to-readerClass
  * mappings). Some of the readers are autoloaded (see patches file).
@@ -389,13 +397,6 @@
 	    ('display.rc [info]: trying display setup ''d_' , displayType , '.rc'' ...') infoPrintCR.
 	].
 
-	"/ common keyboard setup;
-	"/ might be changed later by a display-specific
-	"/ rc file (especially, d_windows does this)
-
-	"/ 'display.rc [info]: reading ''keyboard.rc'' ...' infoPrintCR.
-	Smalltalk fileIn:'keyboard.rc'.
-
 	Smalltalk fileIn:('d_' , displayType , '.rc')
     ].
     Smalltalk at:#'_ImageDisplayName' put:displayType