A good tip for those who do not like the behavior of the hotkey [Tools ->
Options -> HotKeys -> View -> Toggle Task List / Task Notes] (default ALT+1)
Even with the [Edit notes in full panel] (*) off the panel [Task Notes] insists
on expanding.
This is very annoying for small notes.
Solution: An exclusive hotkey to access the [Task List] and another hotkey to
access the [Task Notes], without expanding the [Task Notes].
With this there is the option to reprogram the hotkeys:
ALT + NumPad1 = Task List (only) --> AHK
ALT + NumPad2 = Task Notes (exclusively, without expanding the panel Task
Notes) --> AHK
ALT + NumPad3 = General --> MLO hotkey
ALT + NumPad4 = Timing and Reminder --> MLO hotkey
Etc..
(*) [Edit notes in ful panel)
Right-click on [Properties Collapsse all Expand all] -> Configure -> Edit
notes in full panel
AHK hotkey
=========
; [Task List]
!NumPad1::
ControlFocus, TVirtualStringTree3, ahk_class TfrmMyLifeMain
Return
; [Task Notes]
!NumPad2::
ControlFocus, TMyRichEdit1, ahk_class TfrmMyLifeMain
ControlSend, TMyRichEdit1, ^{End}, ahk_class TfrmMyLifeMain
Return
--
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 http://groups.google.com/group/mylifeorganized?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.