Keep a window always on top
Written by Brian on April 3rd, 2009I just figured out this useful script for AutoHotKey.
;Windows key+a will toggle a window to always on top or not.
#a::WinSet, AlwaysOnTop, toggle, A
I just figured out this useful script for AutoHotKey.
;Windows key+a will toggle a window to always on top or not.
#a::WinSet, AlwaysOnTop, toggle, A