Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
delay macro for "A" key on my keyboard
#2
store delay in a global variable and use the variable in wait command.

F1 macro:
double+ g_Adelay=0.5

F2 macro:
double+ g_Adelay=0

main macro:
double+ g_Adelay
wait g_Adelay
...


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)