Hi, using the MAC OS X VM and pressing CMD-Q in Pharo1.1 sends InputEventSensor>>processEvent: evt
where the evt received is of type 4, a menu event. (just put a Transcript show: evt in the processEvent: evt and you'll see).
Since EventSensorConstants defines:
"Types of events"
EventTypeKeyboard := 2.
EventTypeMenu := 4.
But in Pharo1.0 it generates an event of type 2, a keyboard event.
I assume that this changed because In Mac-OSX the CMD-Q is binded to a particular action ,
and in Pharo1.1 we are using HostSystemMenus.
But how can i override this behavior? To handle the CMD-Q as any other Keyboard event?
By the way there's also a DNU, when pressing CMD-Q.
Thanks,
Fernando
_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.frhttp://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project