QAP function to toggle "Always on top" of current windows
Horst > 2019-10-05 11:39
I use the following Autohotkey in my environment:
^!t::Winset, AlwaysOnTop, Toggle, A
Ctrl-Alt-t toggles the Always on top status of the current displayed window.
Please add such a function and make the hotkey configurable of course.