Advertisement
mgis90

SHELLNEW Template.ahk

Feb 4th, 2016
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;\WINDOWS\SHELLNEW\Template.ahk
  2. #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
  3. #LTrim  ; Allows continuation sections to be indented. Positional. May be turned off via #LTrim Off
  4. #KeyHistory 0  ; Disable keyboard and mouse event history.
  5. #Warn
  6. SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
  7. SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
  8. EditLine(A_LineNumber,1)
  9. ExitApp
  10.  
  11. return  ;autoexec
  12.  
  13. ~*$ScrollLock::ScrollLockExit()
  14. Pause::Pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement