Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Quick Macros - Rerun Macro automatically
#6
spe sets autodelay that is inserted only after keyboard, mouse, clipboard and some other commands. Example:

Macro Macro2361
Code:
Copy      Help
spe 1000 ;;set to wait 1000 milliseconds after some commands
rep 3
,paste "this will paste this text and wait 1000 milliseconds as set with spe[]"
,key "this will wait too[]"
,out "this will not wait"
,wait 2 ;;wait 2 seconds


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)