see

TextEditor >> performCmdActionsWith: aKeyboardEvent shifted: aBoolean return: 
return
        | asciiValue actions action|
        aKeyboardEvent inspect.

        …


and add the inspect line :)



On 2011-09-18, at 23:00, 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
> 
> see http://code.google.com/p/pharo/issues/detail?id=3748
> 
> and try to figure out what keyboard events you get in for
> 
> 
> where can I put a Transcript show:  to get the results you expect?
>  
> meta + "
> meta + shift + "
> 
> ctrl + "
> ctrl + shift + "
> 
> alt + "
> alt + shift + "
> 
> cause I am sure that they are rather randomly distributed around some sane 
> average...
> 
> 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
> 


Reply via email to