[text] auto mine

Viewer

copydownloadembedprintName: auto mine
  1. #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
  2. SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
  3. ; Author Brent Plays [checkout my Fb page httpwww.facebook.combrentplays]
  4. g::
  5.         KeyDown := !KeyDown
  6.         If KeyDown
  7.                 Send {Shift down}{w down}
  8.         Else
  9.                 Send  {Shift up}{w up}
  10. Return
  11.  

Editor

You can edit this paste and save as new:


File Description
  • auto mine
  • Paste Code
  • 16 Oct-2021
  • 365 Bytes
You can Share it: