MenuView.st
changeset 491 7b376aaa06d5
parent 481 f74c9eff9410
child 495 d993f23ea658
--- a/MenuView.st	Thu Mar 07 13:38:02 1996 +0100
+++ b/MenuView.st	Thu Mar 07 13:57:36 1996 +0100
@@ -1452,6 +1452,9 @@
 !
 
 keyPress:aKey x:x y:y
+
+    <resource: #keyboard (#Return #MenuSelect #Escape)>
+
     |m|
 
     subMenuShown notNil ifTrue:[
@@ -1489,7 +1492,7 @@
     ].
     super keyPress:aKey x:x y:y
 
-    "Modified: 4.3.1996 / 23:26:21 / cg"
+    "Modified: 7.3.1996 / 13:17:25 / cg"
 !
 
 pointerLeave:state
@@ -2357,5 +2360,5 @@
 !MenuView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.59 1996-03-06 15:32:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.60 1996-03-07 12:57:36 cg Exp $'
 ! !