[Please Review] Map CTRL+red to CTRL+yellow and CMD+red to CMD+blue

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[Please Review] Map CTRL+red to CTRL+yellow and CMD+red to CMD+blue

marcel.taeumel
Hi, there.

Here is a change set that adds an (optional) event filter to the hand morph to convert CTRL+red click to CTRL+yellow click and CMD+red click to CMD+blue click. If there are no objections, we can then prepare the image to remove that conversion from the VM sources into the image level.

mouse-button-filter.cs

Note that current VMs will never provide CTRL+red events or CMD+red click events.

Best,
Marcel
Reply | Threaded
Open this post in threaded view
|

Re: [Please Review] Map CTRL+red to CTRL+yellow and CMD+red to CMD+blue

Chris Muller-3
Hi Marcel, the swapMouseButtons preference is about the swappage of
the yellow and blue buttons.  Did you really mean to say swapping the
red and yellow, and the red and blue?  If so, could you elaborate what
this is for?

Thanks.



On Fri, Sep 2, 2016 at 2:55 AM, marcel.taeumel <[hidden email]> wrote:

> Hi, there.
>
> Here is a change set that adds an (optional) event filter to the hand morph
> to convert CTRL+red click to CTRL+yellow click and CMD+red click to CMD+blue
> click. If there are no objections, we can then prepare the image to remove
> that conversion from the VM sources into the image level.
>
> mouse-button-filter.cs
> <http://forum.world.st/file/n4913716/mouse-button-filter.cs>
>
> Note that current VMs will never provide CTRL+red events or CMD+red click
> events.
>
> Best,
> Marcel
>
>
>
> --
> View this message in context: http://forum.world.st/Please-Review-Map-CTRL-red-to-CTRL-yellow-and-CMD-red-to-CMD-blue-tp4913716.html
> Sent from the Squeak - Dev mailing list archive at Nabble.com.
>

Reply | Threaded
Open this post in threaded view
|

Re: [Please Review] Map CTRL+red to CTRL+yellow and CMD+red to CMD+blue

timrowledge

> On 02-09-2016, at 8:41 AM, Chris Muller <[hidden email]> wrote:
>
> Hi Marcel, the swapMouseButtons preference is about the swappage of
> the yellow and blue buttons.  Did you really mean to say swapping the
> red and yellow, and the red and blue?  If so, could you elaborate what
> this is for?

Single button input devices like styluses and fingers. Some of them do the equivalent at the hardware/OS level - think cmd-click on a macbook touchpad.


tim
--
tim Rowledge; [hidden email]; http://www.rowledge.org/tim
Useful random insult:- Settled some during shipping and handling.



Reply | Threaded
Open this post in threaded view
|

Re: [Please Review] Map CTRL+red to CTRL+yellow and CMD+red to CMD+blue

Chris Muller-4
Ah, excellent.

On Fri, Sep 2, 2016 at 11:52 AM, tim Rowledge <[hidden email]> wrote:

>
>> On 02-09-2016, at 8:41 AM, Chris Muller <[hidden email]> wrote:
>>
>> Hi Marcel, the swapMouseButtons preference is about the swappage of
>> the yellow and blue buttons.  Did you really mean to say swapping the
>> red and yellow, and the red and blue?  If so, could you elaborate what
>> this is for?
>
> Single button input devices like styluses and fingers. Some of them do the equivalent at the hardware/OS level - think cmd-click on a macbook touchpad.
>
>
> tim
> --
> tim Rowledge; [hidden email]; http://www.rowledge.org/tim
> Useful random insult:- Settled some during shipping and handling.
>
>