Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Really simple always on top script

edited April 2015 in General
Using autohotkey again, this script will make the current window always on top when not the focus. Use this with a border less window and your media player can be used picture in picture while playing a game.

hotkey is ctrl+space

^SPACE::
Winset, Alwaysontop, , A
return
Tagged:
Sign In or Register to comment.