Guest User

Set window on top with Ctrl+Space

a guest
Aug 30th, 2016
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; Set window on top with Ctrl+Space.
  2. ^Space::
  3.     Winset, Alwaysontop, , A
  4.     WinGet, trans, Transparent, A
  5.     if (trans = 150)
  6.         WinSet, Transparent, OFF, A
  7.     else
  8.         WinSet, Transparent, 150, A
  9.     return
Advertisement
Add Comment
Please, Sign In to add comment