Sorry for creating a new topic but I can't get any reasonable results using the search function for my question.
Is there a way I can make Tcmd stay on top of other windows, preferably a way to create a toolbar button to toggle between 'Always On Top' / 'Not' ?
Alway On Top
Moderators: Hacker, petermad, Stefan2, white
Install AHK, check my sig. Then create a file "ToggleAlwaysOnTop.ahk" and drag it to the toolbar:
You can also use one of the 573 million always on top apps you can find with Google, preferably one that is controllable by command line, for example PowerMenu:
http://www.veridicus.com/tummy/programming/powermenu/
Icfu
Code: Select all
#NoTrayIcon
WinSet, AlwaysOnTop, Toggle, A
http://www.veridicus.com/tummy/programming/powermenu/
Icfu
This account is for sale
Thanks, but I meant some built-in function, a hidden command that I could bind to a shortcut or a button.
Having autohotkey (a separate app) run a script for such a simple thing bothers me greatly but it helps until a real feature is added to tcmd.
The suggested plugin is a pain in the a** to use. Alt-tabbing wins for now, let's see if I can locate a feature request thread.
Having autohotkey (a separate app) run a script for such a simple thing bothers me greatly but it helps until a real feature is added to tcmd.
The suggested plugin is a pain in the a** to use. Alt-tabbing wins for now, let's see if I can locate a feature request thread.