display.rc
changeset 3 04da04464d43
parent 2 353a88ada7c6
child 5 420e4af41733
--- a/display.rc	Mon Dec 20 18:48:43 1993 +0100
+++ b/display.rc	Mon Jan 17 14:52:06 1994 +0100
@@ -12,6 +12,10 @@
 
 map := Display keyboardMap.
 
+map bindValue:#DoIt      to:#Cmdd.
+map bindValue:#InspectIt to:#Cmdi.
+map bindValue:#PrintIt   to:#Cmdp.
+
 map bindValue:#Copy      to:#Cmdc.
 map bindValue:#Cut       to:#Cmdx.
 map bindValue:#Paste     to:#Cmdv.
@@ -27,8 +31,9 @@
 map bindValue:#BeginOfLine to:#Ctrla.
 map bindValue:#EndOfLine   to:#Ctrle.
 
-map bindValue:#SearchMatchingParen to:#Ctrlm.
-map bindValue:#SelectMatchingParen to:#Cmdm.
+map bindValue:#SearchMatchingParent to:#Ctrlm.
+map bindValue:#SelectMatchingParents to:#Cmdm.
+map bindValue:#SelectMatchingParents to:#Cmd.
 
 map bindValue:#SelectToEnd to:#CtrlE.           "that is ctrl-shift-e"
 map bindValue:#SelectFromBeginning to:#CtrlA.   "that is ctrl-shift-a"
@@ -126,7 +131,7 @@
         ]
     ].
     display isNil ifTrue:[
-	'cannot determine display I am running on' printNewline.
+        'cannot determine display I am running on' printNewline.
     ] ifFalse:[
         "if there is a corresponding file ..."
         s := Smalltalk systemFileStreamFor:('d_' , display , '.rc').