[Vm-dev] [BUG]: Mac KeyUp/Down Events Missing Char

Sean P. DeNigris sean at clipperadams.com
Mon Mar 2 20:25:58 UTC 2015


In Pharo, there is https://pharo.fogbugz.com/default.asp?2042 which you need
an account to access. Here's the reported case...

> This is the output from Mac VM when pressing "asdf":
> 
> keyDown: 0
> keyStroke: 97
> keyUp: 0
> keyDown: 1
> keyStroke: 115
> keyUp: 1
> keyDown: 2
> keyStroke: 100
> keyUp: 2
> keyDown: 3
> keyStroke: 102
> keyUp: 3
> 
> On Linux VM all three values are the same. The wrong values are directly
> on the output of virtual machine.

I've gotten bitten by this several times. The most recent was... er... now,
hence the report!



-----
Cheers,
Sean
--
View this message in context: http://forum.world.st/BUG-Mac-KeyUp-Down-Events-Missing-Char-tp4808968.html
Sent from the Squeak VM mailing list archive at Nabble.com.


More information about the Vm-dev mailing list