alex howard wrote:
this is a great script. It's a must for my windows xp now.
thanks for the flowers!
alex howard wrote:
1. Add a hot key to call the Preference window.
on my todo list for the next release.
alex howard wrote:
2. Instead of WIN key, could you also make it possible to use other key combinations? For example, CTRL + hotkey.
you do not have to use WIN as modifier key. the checkbox in front of the hotkey input box is just for making WIN an
additional modifier key to the hotkey.
leave the box unchecked and enter CTRL + KEY into the hotkey input box to enable just this key pattern (without the need to press WIN).
you may remove a hotkey by pressing backspace within the hotkey input box.
alex howard wrote:
3. User Menu is a nice feature. But I find nowhere to configure it or invoke it. Do you have any hint?
that's a good kept secret of mine

-- not! currently, there is no GUI to that function. (i doubt there will ever be one.)
so, first, have a look at "UserMenu-Examples.reg.txt".
to test UserMenu, create a file called "test.reg" and edit it. enter:
Code:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\KTC\Min2Tray]
"notepad.exe|Notepad|uml1"="Type text to minimized window"
"notepad.exe|Notepad|uma1"="key5:Edit1,This is a line of text in the notepad window.{enter}Note that the window remained minimized{!}{enter}"
now double click test.reg and import it into the registry.
it's time to start up notepad.exe and minimize it. the tray menu of notepad should contain a new entry named "Type text to minimized window".
click it and stand by...
this is one basic example. scan thru "Changelog.txt" to get a bit more info (line 77, v1.7.3 introduced UserMenu).
hope that helped a bit?!?
Junyx