Unfortunately, as I posted before, this script should work but doesn't 
because MLO has a bind on the Ctr+Down combination.

On Wednesday, 27 September 2017 12:58:21 UTC+1, grizz wrote:
>
> AHK is more like swiss army knife, not hammer ;)
>
> And 
>
> ^Down::
> Send {Insert}
> Return
>
> Or better to work only in MLO - use Window spy to find MLO class name name 
> in place of Chrome
>
> #IfWinActive ahk_class Chrome
> ^Down::
>          Send {Insert}
>          Return
> Return 
> #if
>
>
>
> W dniu wtorek, 26 września 2017 14:14:20 UTC+2 użytkownik robisme (Olivier 
> R) napisał:
>>
>> Hi,
>> Thank you for the idea.
>> I've just installed autohotkey. I face the impression of carrying a 
>> hammer in order to kill a fly.
>>
>> To achieve my purpose, should the script be:
>>
>> *^Down::*
>> *Insert*
>> *Return*
>>
>> It doesn't work, and I don't really understand the user manual of 
>> autohotkey, as english is not my native language.
>>
>> Could you please help me, just writing the code I should use to replace 
>> ctrl+down arrow by a simple Insert key ? (ie use ctrl+Down to ad a new 
>> task).
>>
>> Thank you
>> Olivier
>>
>>
>> Le mardi 26 septembre 2017 12:19:22 UTC+2, grizz a écrit :
>>>
>>>
>>> Hi,
>>>
>>> You can use https://autohotkey.com/ and overrite any shortcut.
>>>
>>> Regards,
>>> ― grizz 
>>>
>>> W dniu sobota, 23 września 2017 09:20:55 UTC+2 użytkownik robisme 
>>> (Olivier R) napisał:
>>>>
>>>> Hello,
>>>>
>>>> I'm not able to assign the hotkey ctrl+down because it causes conflict 
>>>> with "select next task".
>>>> But I can'se this next task selectionshortcut.
>>>> I really want to assign ctrl+down, because it is the same I use with a 
>>>> mindmap application and I'd like to have the same habits.
>>>>
>>>> Is there a way?
>>>>
>>>> Olivier
>>>>
>>>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/mylifeorganized.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mylifeorganized/a0125271-91e5-4574-92bd-cee3444c8466%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to