Re: [MLO] Re: Request: Mouse back button move focus back to last task

2020-05-20 Thread Cameron Matthews
Perfect.  Thanks, both of you!

On Wed, May 20, 2020 at 6:00 AM Andrei Bacean 
wrote:

> hi
>
> It's possible to do with autohotkey.
>
> 1) Download and install autohotkey. You can take it from here:
> https://www.autohotkey.com/download/ahk-install.exe
>
> 2) run the attached file.
>
> That's it.
>
> Best wishes
> Andrew
>
>
>
> среда, 20 мая 2020 г., 3:11:43 UTC+3 пользователь Cameron Matthews написал:
>>
>> Hi Steph,
>>
>> I'm using a stock Microsoft mouse.  The back button is on the lefthand
>> side of the mouse.  It is normally mapped to some sort of "back" notion in
>> the app.  For a browser, it takes you back one page.  Etc.
>> Having said that, I'll definitely check into mapping a key combination
>> with a mouse event.
>>
>> Thanks!
>>
>> On Tue, May 19, 2020 at 12:12 AM Stéph  wrote:
>>
>>> My mouse doesn't have a "back" button. Is your mouse prgrammable? If you
>>> go into your mouse settings app, can you assign a key combination to this
>>> button?
>>>
>>> On Saturday, 16 May 2020 18:05:35 UTC+1, Cameron Matthews wrote:

 Hi,

 I've searched this forum and the settings but can't find a way to make
 the mouse back button work.
 I'd like for the back button to do the same thing that Alt+Left Arrow
 does: it goes back to the last task that had focus.

 Any ideas or would this be a new functionality request?

 Thanks!
 Cameron

>>> --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "MyLifeOrganized" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/mylifeorganized/OumD966U-2Y/unsubscribe
>>> .
>>> To unsubscribe from this group and all its topics, send an email to
>>> mylifeo...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/mylifeorganized/36e5ca7f-2862-45be-917d-3004c0519dbf%40googlegroups.com
>>> 
>>> .
>>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "MyLifeOrganized" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/mylifeorganized/OumD966U-2Y/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> mylifeorganized+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/mylifeorganized/daf1a721-4191-47bf-908e-604e46a91fe7%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mylifeorganized+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mylifeorganized/CAPvQ3qNHpVZtqJtohgjj-CxGMKV6xkOhs6%2BJZKZPL6Z%3DOGAMCA%40mail.gmail.com.


Re: [MLO] Re: Request: Mouse back button move focus back to last task

2020-05-20 Thread Andrei Bacean
hi

It's possible to do with autohotkey. 

1) Download and install autohotkey. You can take it from here:
https://www.autohotkey.com/download/ahk-install.exe

2) run the attached file.

That's it.

Best wishes
Andrew



среда, 20 мая 2020 г., 3:11:43 UTC+3 пользователь Cameron Matthews написал:
>
> Hi Steph,
>
> I'm using a stock Microsoft mouse.  The back button is on the lefthand 
> side of the mouse.  It is normally mapped to some sort of "back" notion in 
> the app.  For a browser, it takes you back one page.  Etc.
> Having said that, I'll definitely check into mapping a key combination 
> with a mouse event.
>
> Thanks!
>
> On Tue, May 19, 2020 at 12:12 AM Stéph  > wrote:
>
>> My mouse doesn't have a "back" button. Is your mouse prgrammable? If you 
>> go into your mouse settings app, can you assign a key combination to this 
>> button?
>>
>> On Saturday, 16 May 2020 18:05:35 UTC+1, Cameron Matthews wrote:
>>>
>>> Hi,
>>>
>>> I've searched this forum and the settings but can't find a way to make 
>>> the mouse back button work.  
>>> I'd like for the back button to do the same thing that Alt+Left Arrow 
>>> does: it goes back to the last task that had focus.
>>>
>>> Any ideas or would this be a new functionality request?
>>>
>>> Thanks!
>>> Cameron
>>>
>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "MyLifeOrganized" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/mylifeorganized/OumD966U-2Y/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> mylifeo...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/mylifeorganized/36e5ca7f-2862-45be-917d-3004c0519dbf%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mylifeorganized+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mylifeorganized/daf1a721-4191-47bf-908e-604e46a91fe7%40googlegroups.com.


BackButton--last-focused-task.ahk
Description: Binary data


Re: [MLO] Re: Request: Mouse back button move focus back to last task

2020-05-19 Thread Cameron Matthews
Hi Steph,

I'm using a stock Microsoft mouse.  The back button is on the lefthand side
of the mouse.  It is normally mapped to some sort of "back" notion in the
app.  For a browser, it takes you back one page.  Etc.
Having said that, I'll definitely check into mapping a key combination with
a mouse event.

Thanks!

On Tue, May 19, 2020 at 12:12 AM Stéph  wrote:

> My mouse doesn't have a "back" button. Is your mouse prgrammable? If you
> go into your mouse settings app, can you assign a key combination to this
> button?
>
> On Saturday, 16 May 2020 18:05:35 UTC+1, Cameron Matthews wrote:
>>
>> Hi,
>>
>> I've searched this forum and the settings but can't find a way to make
>> the mouse back button work.
>> I'd like for the back button to do the same thing that Alt+Left Arrow
>> does: it goes back to the last task that had focus.
>>
>> Any ideas or would this be a new functionality request?
>>
>> Thanks!
>> Cameron
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "MyLifeOrganized" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/mylifeorganized/OumD966U-2Y/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> mylifeorganized+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/mylifeorganized/36e5ca7f-2862-45be-917d-3004c0519dbf%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mylifeorganized+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mylifeorganized/CAPvQ3qPKTfxbXcpq1AbG8DUJsmuQW89-9N5G_UR9d_i0nnUEOA%40mail.gmail.com.


[MLO] Re: Request: Mouse back button move focus back to last task

2020-05-19 Thread Stéph
My mouse doesn't have a "back" button. Is your mouse prgrammable? If you go 
into your mouse settings app, can you assign a key combination to this 
button?

On Saturday, 16 May 2020 18:05:35 UTC+1, Cameron Matthews wrote:
>
> Hi,
>
> I've searched this forum and the settings but can't find a way to make the 
> mouse back button work.  
> I'd like for the back button to do the same thing that Alt+Left Arrow 
> does: it goes back to the last task that had focus.
>
> Any ideas or would this be a new functionality request?
>
> Thanks!
> Cameron
>

-- 
You received this message because you are subscribed to the Google Groups 
"MyLifeOrganized" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mylifeorganized+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mylifeorganized/36e5ca7f-2862-45be-917d-3004c0519dbf%40googlegroups.com.