class: KeyboardProcessor
authorClaus Gittinger <cg@exept.de>
Sat, 31 Aug 2013 00:54:36 +0200
changeset 3217 e055f3128039
parent 3216 f9312a1f2e9d
child 3218 cf42b08823d2
class: KeyboardProcessor changed: #processEvent:forModalView:
KeyboardProcessor.st
--- a/KeyboardProcessor.st	Sat Aug 31 00:54:27 2013 +0200
+++ b/KeyboardProcessor.st	Sat Aug 31 00:54:36 2013 +0200
@@ -216,6 +216,8 @@
      (which lead to Accept & Cancel resp.)
      Finally, menu-shortcuts are handled."
 
+    <resource: #keyboard (#Return #Escape #CloseWindowRequest)>
+
     |key rawKey topView wg app view action explicitFocusView focusView|
 
     event isKeyEvent ifFalse:[ ^ false ].
@@ -393,9 +395,10 @@
 !KeyboardProcessor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/KeyboardProcessor.st,v 1.49 2011-07-18 07:48:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/KeyboardProcessor.st,v 1.50 2013-08-30 22:54:36 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/KeyboardProcessor.st,v 1.49 2011-07-18 07:48:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/KeyboardProcessor.st,v 1.50 2013-08-30 22:54:36 cg Exp $'
 ! !
+