display.rc
changeset 308 6e6d557009c7
parent 305 1e0cedf0e7a5
child 310 e5f7a10c6a19
--- a/display.rc	Tue Sep 22 16:18:14 1998 +0200
+++ b/display.rc	Thu Sep 24 13:10:12 1998 +0200
@@ -12,14 +12,6 @@
  *   display specific initialization file.
  *"
 
-"/ 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'.
-!
-
 "*
  * mouse-button translation
  *
@@ -259,7 +251,7 @@
     ].
 
     "/ if no host specific info,
-    "/ take the display vendow information,
+    "/ take the display vendor information,
     "/ to read d_<vendor>.rc
 
     display isNil ifTrue:[
@@ -396,6 +388,14 @@
 	Smalltalk isStandAloneApp ifFalse:[
 	    ('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