Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can I change the default STOP macro from Pause/Break?
#1
I am trying to let some users use macros and in case of a bug I would like them to be able to hit the SPACE bar (easily hit) or even better, any key.

Is this possible?
#2
Search for shutdown in the forum.
#3
I wrote to Macros -
Temp1:
Code:
Copy      Help
shutdown -6
w SPACE as key trigger

Temp2:
Code:
Copy      Help
rep 5
   mes "Wait?"
   wait 5

Whether Temp2 is waiting for an OK or the wait is running, hitting Space does nothing.

Though if no macro is running Temp1 is triggered and the keystroke is eaten.

p.s. I guess there is no way to "hit any key" to kill the current macro.

I found the help better than the forum for shutdown searching.
#4
Two macros cannot run simultaneously. At least one of them must be function. If the second is function, use its name in shutdown.


Forum Jump:


Users browsing this thread: 1 Guest(s)