display.rc
changeset 317 080bfa4e46c2
parent 310 e5f7a10c6a19
child 333 4a6780f29c71
--- 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