[Vm-dev] Re: [Pharo-dev] Mapping key Ctrl+M and Ctrl+Enter

Guillermo Polito guillermopolito at gmail.com
Mon Feb 17 13:48:37 UTC 2014


Hi Nicolai!

which event are you listening to? Which platform? :)

Keyup and keypress behave indeed differently though they use the same data
structure (the event buffer array) to send the event from the vm to the
image. Some fields that are valid for keyup are not for keypress and
vice-versa.

Cheers,
Guille


On Mon, Feb 17, 2014 at 2:01 PM, <btc at openinworld.com> wrote:

>
>  Nicolai Hess wrote:
>
>   Someone knows(remembers) why Ctrl+Enter is mapped to keyvalue 13
> I would expect Ctrl+M to be mapped at this value.
>
>
>  Ctrl+l -> keyValue 12
>  Ctrl+Enter -> keyValue 13
>  Ctrl+n -> keyValue 14
>
> I miss
> Ctrl+M -> keyValue ????
>
> (see Fogbugz issue 12103 <https://pharo.fogbugz.com/default.asp?12103>
> shortcuts for tools)
>
> (I vagualy remember this is related to the VM and there was
> a reason for doing so, but don't know it anymore)
>
>
>
>  regards
> nicolai
>
>
> Probably more than you wanted to know...
> http://answers.google.com/answers/threadview/id/267586.html
> http://www.everything2.org/index.pl?node=control%20codes
> cheers -ben
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20140217/1deb8857/attachment.htm


More information about the Vm-dev mailing list