> Since active window list is so close to perfection, I cant help wondering is
> there any way to customize the items of this menu, adding an unique index to
> each one.
You could write a script which gets handles of all top-level windows
(win.handlelist("*", 2), eliminates invisible ones which are not tray minned
via win.visible and win.trayminned, gets captions prefixed by &x for remaining
window handles in parallel vector, shows captions+&x using vec.showmenu, then
switches to selected window handle using flavour of win.show(h, x) that works
best for you.