WindowSensor.st
changeset 5829 e6755cd564a2
parent 5763 021b6d99feec
child 5839 a763b3fed5eb
--- a/WindowSensor.st	Tue Oct 04 19:34:11 2011 +0200
+++ b/WindowSensor.st	Tue Oct 04 19:35:05 2011 +0200
@@ -1408,6 +1408,7 @@
     ] ifFalse:[
         xlatedKey := key.
     ].
+"/ xlatedKey printCR.
 
 "/ 'key: ' print. key storeString printCR.
 "/ 'xlatedKey: ' print. xlatedKey storeString printCR.    
@@ -1509,7 +1510,7 @@
     "/ (self notifyEventListenersAbout:ev) ifTrue:[^ self].
     self pushEvent:ev.
 
-    "Modified: / 29-06-2011 / 18:46:28 / cg"
+    "Modified: / 04-10-2011 / 19:34:46 / cg"
 !
 
 keyRelease:key x:x y:y view:aView
@@ -3210,7 +3211,7 @@
 !WindowSensor class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.269 2011-06-29 17:19:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowSensor.st,v 1.270 2011-10-04 17:35:05 cg Exp $'
 ! !
 
 WindowSensor initialize!