Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pause and resume macro
#5
Quote:You said here that a new version will have pause/resume. when will that be?
Not soon.

--------

Macro rep loop macro
Code:
Copy      Help
int i
for i 0 100
,1
,out i

Function PauseResumeRepLoopMacro
Trigger J 0x1     Help - how to add the trigger to the macro
Code:
Copy      Help
int scrollLocked=ifk(J 1)
OnScreenDisplay iif(scrollLocked "Pause" "Resume")
ThreadPauseResume "rep loop macro" iif(scrollLocked 0 1)
The trigger is Scroll Lock, and "Eat" is unchecked.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)