[autohotkey] press a and return

Viewer

copydownloadembedprintName: press a and return
  1. #Persistent
  2. SetTimer, PressTheKey, 30000
  3. Return
  4.  
  5. PressTheKey:
  6. Send {down} ; this will hold down the 'a' key
  7. Sleep 1000 ; this will hold the 'a' key for 1 second
  8. Send {up} ; this will release the 'a' key
  9. Send {Enter} ; this will press the 'Enter' key
  10. Return

Editor

You can edit this paste and save as new:


File Description
  • press a and return
  • Paste Code
  • 16 Oct-2023
  • 269 Bytes
You can Share it: