Mar. 18th, 2018
Always-on-top
Mar. 18th, 2018 09:25 pmSome programs on Windows allow you to float a window on top when hasn't got the focus. The OS allows any window to do that, but the program author has to give you a way to switch it on and off. So if the author didn't give you such a way, you're stuck. Particularly, you're stuck if you have some window that gets that option set automatically, as has been happening to me occasionally.
But wait! The internet says that you can do that with AutoHotkey with this script:
But wait! The internet says that you can do that with AutoHotkey with this script:
^SPACE:: Winset, Alwaysontop, , A