[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Linux Squeak VM X11 keyboard changes breaks 32b VM (#396)

Ben Coman notifications at github.com
Wed Jun 12 15:07:14 UTC 2019


Paraphasing http://forum.world.st/Linux-Squeak-VM-X11-keyboard-changes-td5099584.html
> kksubbu: EventSensor classPool associationAt: #KeyDecodeTable is different 
between the good and bad VM. The good one has 184 entries while the bad 
one has only 16 entries :-( See attached pics taken from the bad and good VM. 
.
The bad 32b VM is returning a different modifier bit (64 instead of 16) in the keyboard event compared to the good VMs. 
.
With HandMorph showEvents: true 
Pressing Ctrl shows up as "keyDown Ctrl-Opt-û" (251). Now if I press p 
it shows "keyStroke Ctrl-p (112)". If I release p key, it continues to 
show "keyUp Ctrl-p (112)". If I release Ctrl now, it shows "keyUp û (251)". 
In the good image, pressing p after Ctrl shows up as "Cmd-p (112)" 


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/396#issuecomment-501316752
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20190612/79bb3398/attachment.html>


More information about the Vm-dev mailing list