Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. #NoEnv
  2. ^+a::
  3. WinGet, TempWindowID, ID, A
  4. If (WindowID != TempWindowID)
  5. {
  6. WindowID:=TempWindowID
  7. WindowState:=0
  8. }
  9. If (WindowState != 1)
  10. {
  11. WinGetPos, WinPosX, WinPosY, WindowWidth, WindowHeight, ahk_id %WindowID%
  12. WinSet, Style, -0xC40000, ahk_id %WindowID%
  13. WinMove, ahk_id %WindowID%, , -2, -2, 1924, 1084
  14. }
  15. Else
  16. {
  17. WinSet, Style, ^0xC40000, ahk_id %WindowID%
  18. WinMove, ahk_id %WindowID%, , WinPosX, WinPosY, WindowWidth, WindowHeight
  19. }
  20. WindowState:=!WindowState
  21. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement