> 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