On Mon, Sep 19, 2011 at 11:12 PM, Camillo Bruni <[email protected]>wrote:
> > On 2011-09-19, at 21:32, Mariano Martinez Peck wrote: > > > > > > > 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 > > > it doesn't work either :( > 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 > > hmm so the easiest solution for now is to switch to US layout :/ (who uses > ISO Spanish for programming anyway :P) > > otherwise see http://code.google.com/p/pharo/issues/detail?id=4599 > > cami > -- Mariano http://marianopeck.wordpress.com
