Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; Set window on top with Ctrl+Space.
- ^Space::
- Winset, Alwaysontop, , A
- WinGet, trans, Transparent, A
- if (trans = 150)
- WinSet, Transparent, OFF, A
- else
- WinSet, Transparent, 150, A
- return
Advertisement
Add Comment
Please, Sign In to add comment