Guest User

Untitled

a guest
Jun 13th, 2015
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ; #Warn ; Enable warnings to assist with detecting common errors.
  3. SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
  4. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
  5.  
  6. #h::
  7. WinSet, Style, -0xc00000, A
  8. return
  9.  
  10. #s::
  11. WinSet, Style, +0xc00000, A
  12. return
Advertisement
Add Comment
Please, Sign In to add comment