You are mistaken in your interpretation of the event codes. please read http://isqueak.org/ioGetNextEvent
You will find the windows VM will return Windows meta key codes which won't match the values for keyStroke Tweak in Croquet & Sophie uses KeyDown/keyUp for Tweak event handling and ignores keyStroke: On 2010-02-18, at 12:32 PM, Pavel Krivanek wrote: > Hi, > > The Mac OS virtual machine has wrong processing of keyUp and keyDown > events. It discards event character value. > > This events are very rarely used (keyStroke is preferred) so there`s > no surprise that it was not reported before. > > See http://code.google.com/p/pharo/issues/detail?id=1995 > > Cheers, > -- Pavel > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- =========================================================================== John M. McIntosh <[email protected]> Twitter: squeaker68882 Corporate Smalltalk Consulting Ltd. http://www.smalltalkconsulting.com =========================================================================== _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
