Advertisement
Guest User

Untitled

a guest
Aug 9th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. ;Run Script, change key in LGS, hold down number while pressing clear, wait, if F key doesn't appear try again.
  3. ; #Warn  ; Enable warnings to assist with detecting common errors.
  4. SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
  5.  
  6. ~LButton::
  7. sleep 250
  8. send, {F17 DOWN}
  9. sleep, 50
  10. send, {F17 UP}
  11. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement