Hi,
I proposed this feature already here
https://www.donation...ex.php?topic=30607.0Now, with the sendkeys feature I try again, since it is imho a logical idea:
The idea of sendkeys is to control a program by another one. If several sendkey actions are combined this enables to do complex actions with just one command. This reduces the number of keystrokes or mouse actions. Thus, even in case a program does not contain a macro-functionality by itself, sendkeys implements this, and that is fine.
The question is how to start such a sendkey-macro.
The number of hotkeys is limited, and even if not - how many can a normal person remember?
Therefore, programs like LBC exist, offering icons for starting programs.
But the number of icons is also restricted, and furthermore, if lots of icons are displayed, it may be difficult to identify the correct one.
Therefore, docklets and submenus can be implemented. But this requires at least one additional click to start the macro. And in case of macros which control more than one program, you have to remember in which submenu the icon is located. And, if you use a large monitor, the ways for the mouse may be quite long.
I propose to implement:
launch bars which are specific for a certain program.
If that program gets focus, this specific launchbar is started or placed on top.
To reduce the long ways for the mouse, this specific launchbar is docked to the program window.
Alternatives:
1. I nearly was successful with a workaround:
I found here on donation coder WinWarden.
This program allows to place a window (like a launch bar) relative to another one.
Unfortunately the LBC-windows refuse to be resized by this program (and by other programs as well).
2. Also here on donation coder I found barnacle, which injects individual taskbars into other programs` windows. But only on the top side, and it does not work with all programs.
WOuld be great if my proposal could be considered,
either by implementing it in LBC directly,
or if you could make LBC windows resizable..
Thank you