Sorry that the title isn't completely clear... here's what I am trying to do. I use the excellent
ManicTime time logger, which is discussed elsewhere on DC. When tagging time, I need to enter (paste) a string in the format:
Project 0001, Subtask 003
I would like to create reference text file something like
2011, Project 0001, Subtask 001
2011, Project 0001, Subtask 002
2011, Project 0001, Subtask 003
2011, Project 0002, Subtask 001
2011, Project 0002, Subtask 002 etc
and have this file read by the system tray application, which when clicked, generates a menu like so
2011 > Project 0001 > Subtask 001
> Subtask 002
This would work like when you access a set of folders as a toolbar at the base of the desktop. See attached image below.
If I then click on the last entry, a text string 'Project 0001, Subtask 002' is copied to the clipboard, ready to paste into the Manictime Tag dialog.
A couple of thoughts. Why not just copy and paste from a text file, you may reasonably ask. Could do, but having all of the entries on system tray or launcher menu makes navigation a doddle. My projects are named by their start year, so there are never too many in any one year eg 2010, 2010-Project1, Subtask003
Also there may be clipboard utilities that allow pre-programmed folders and entries, and I have tried setting this up with Clipboard Help & Spell. It is possible, but not fast to set up folders, sub-folders and text lines through the settings dialog.
I'm sure it is do-able in AutohotKey, but beyond my skills unless I set aside the next week!
Any suggestions?