#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Thu, 09 Aug 2018 10:35:23 +0200
changeset 18328 8ce6f9dee3bb
parent 18327 e2046aa4fdfd
child 18329 df9b723cd17e
#REFACTORING by cg xclass: EventMonitor::EventMonitorView changed: #keyPress:x:y:
EventMonitor.st
--- a/EventMonitor.st	Thu Aug 09 10:34:23 2018 +0200
+++ b/EventMonitor.st	Thu Aug 09 10:35:23 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
@@ -599,7 +601,7 @@
             s := s , ' untranslated key:' , untranslatedKey storeString
         ].
     ].
-    rawKey := (WindowGroup lastEventQuerySignal query) rawKey.
+    rawKey := (WindowGroup lastEvent) rawKey.
     s := s , ' rawKey:' , rawKey storeString.
 
     s printOn:outputStream.
@@ -612,6 +614,7 @@
     outputStream cr.
 
     "Modified: / 04-10-2006 / 13:12:07 / cg"
+    "Modified: / 09-08-2018 / 10:31:33 / Claus Gittinger"
 !
 
 keyRelease:key x:x y:y