hi
you can use autohotkey for that.
Download and install autohotkey from here:
https://www.autohotkey.com/
create a blank notepad file and insert the following code to it.
save it as mloScript.ahk
run it // you can add the script to Windows StartUp Folder, thus the script
will run when the user logs in.
then, open MLO, select any task and press Shift Insert to insert a task
above the selected one.
Enhoy!
#NoEnv ; Recommended for performance and compatibility with future
AutoHotkey releases.
#SingleInstance force
#InstallKeybdHook
#HotkeyInterval 2000
#MaxHotkeysPerInterval 300
SendMode Input ; Recommended for new scripts due to its superior speed and
reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#If WinActive("ahk_class TfrmTaskListWindow") || WinActive("ahk_class
TfrmMyLifeMain")
+Insert::
send, {NumpadUp}
send, {Ins}
return
#IfWinActive
return
воскресенье, 23 августа 2020 г. в 17:33:15 UTC+3, [email protected]:
> Hi there,
>
> is there any shortcut to create a task above the selected task?
>
> the default behavior is creating the task below the selected task; thus to
> create a task above the selected task will require 2 keystrokes.
>
> I used to use this feature on the other tree-based software, and I think
> it's pretty brilliant because I will only need to use 1 shortcut.
>
> [image: Screenshot_2.png][image: Screenshot_3.png][image:
> Screenshot_4.png]
>
> 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/f9b5f19f-aae9-45e2-92bf-eed4bb192a37n%40googlegroups.com.