Well, thank you very muchHave a nice holidays I think you deserve it

Gbo, if you like the Directory Menu Editor you mention you can connect it with Favmenu instead my Editor via Tray->Setup->Apperiance. U will not have icon field, but then, U can set icons via Properties. Thats why I left this field since I am aware that people may like to use Editors they already use, like this one, or the one in Ultra Editors. I created my Editor for the sake of complitenes and to be keyboard oriented. It will definitely have some updates in the future, like eliminating ENTER to save changes.
For the favmenu feature see TODO list. I will add History soon, the first real dialog history in the world of such programs since all currently available doesn't do that correctly including DM2. Pending is also very important update for Browse for Folder dialogs, other most comonly found dialog in Windows.
I would very much like to find some workaround for problems in AHK while menu is displayed. This is AHK limitation: while menu is displayed your code stops running until it is closed. I catch CTRL ENTER for instace after menu is closed and code continues to run, since you still hold CTRL key when menu is closed so I can catch it.This is the reason I can't catch keys or mouse click in menu. I wrote to AHK author but nothing help here. AHK is not multithreading, that is the main problem. I wrote 30 page article to sugest why AHK author should think about developing this functionality and he agreed with me after all, but it turned out that this feature is very complicated to be implemented, especialy if you have zillion of other things on the wish list that can be done in several days... We will see. Some cool options will arraive in Favmenu as AHK grows as scripting language. For instance docking is on the AHK wish list. AFter it is implemented Quick Veiw script will have instantious dock to its hosts (TC or dialog). On the other side icons in menus are not on the wish list and implementing small icons in favmenu is API hack and is done only by Favmenu of all other scripts ever written. Some of them did implementation of small bitmaps in menus but never icons. I wish to have large icons in menus, but only future of AHK will tell if we are going to have that or no. That said, I got addicted to small icons now.. i think they are cute.