On Sun, Sep 18, 2011 at 10:43 PM, Camillo Bruni <[email protected]>wrote:
> so that's an issue with the keyboard input not pharo directly > > see http://code.google.com/p/pharo/issues/detail?id=3748 > > and try to figure out what keyboard events you get in for > > meta + " > [keystroke '<Cmd-2>'] timeStamp: 40653 source: a HandMorph(843055104) windowIndex: nil type: #keystroke buttons: 64 position: 140@32 handler: nil wasHandled: true keyValue: 50 charCode: 50 scanCode: 19 > meta + shift + " > > [keystroke '<Cmd-2>'] timeStamp: 108637 source: a HandMorph(843055104) windowIndex: nil type: #keystroke buttons: 72 position: 42@8 handler: nil wasHandled: true keyValue: 50 charCode: 50 scanCode: 19 > ctrl + " > Nothing > ctrl + shift + " > > nothing > alt + " > $@ > alt + shift + " > > $? > cause I am sure that they are rather randomly distributed around some sane > average... > > :( Layout: ISO Spanish on a MAC OS 10.6.8 > On 2011-09-16, at 12:54, Alexis Parseghian wrote: > > On Fri, Sep 16, 2011 at 11:02 AM, Damien Cassou <[email protected]> > wrote: > >> It does *not* work for me either. My setup is Pharo #14140, on Ubuntu > >> Linux 32bits with a US International keyboard layout. > > > > Not working here either. Image updated to #14140 as well, debian > > testing 64-bit, canadian-french keyboard. > > > > CogVM -version > > 3.9-7 #1 Wed Aug 31 14:50:51 CEST 2011 gcc 4.1.2 > > Croquet Closure Cog VM [CoInterpreter VMMaker-oscog-IgorStasenko.123] > > > > Works fine in Pharo 1.3 #13295, everything else being identical. > > > > > -- Mariano http://marianopeck.wordpress.com
