Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
cycle thru several macros from single key trigger
#2
Use a manager macro that launches other macros. Use a global variable in it.

int+ g_xxx
sel g_xxx
,case 0 mac "macro1"
,case 1 mac "macro2"
...

g_xxx+1
if(g_xxx>=numberofmacros) g_xxx=0


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)