Hi
Here is a better solution
Replace the following text 

 +Insert::
  send, {NumpadUp}
  send, {Ins}
 return

with this one:
 ; Press Shift+Enter key combination to save the task and move it up one 
line
 +enter::
  send +!{Up}
 return

The use scenario is the following:
Create a new task (press Ins key, or the Toolbar button).
And instead of pressing Enter to save it, press Shift Enter.
That will save the new task, and will move it one line up.

Best wishes
Andrew

вторник, 25 августа 2020 г. в 20:42:01 UTC+3, [email protected]: 

> Hi Andrei,
>
> thanks for the reply & detailed autohotkey script.
>
> this should work pretty good, maybe unless when the task above the current 
> selected task is a subtask -- then that scenario will create another 
> subtask in the same level of the subtask above the current selected task, 
> instead of creating a task in the same level as the current selected task.
>
> but yeah I think the script should be able to work in most of scenarios.
>
> thanks :-)
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/mylifeorganized/5e2d00a9-77e1-40ac-babb-f55a9d9eef52n%40googlegroups.com.

Reply via email to