Page 1 of 2
is there anyway to pause and resume macro
Posted: Wed Dec 11, 2019 12:33 pm
by ozan_k
I need to pause and resume macro by assigning a button. is it possible
Re: is there anyway to pause and resume macro
Posted: Wed Dec 11, 2019 1:08 pm
by LoneWolf81
Hi
This could be done by using triggers if im not mistaken have a look at the Wiki
https://gimx.fr/wiki/index.php?title=Macros
Or you can specify it in a profile and use the switch function so you can have it enabled in one profile and off in another but I think the triggers are the way to go.
Re: is there anyway to pause and resume macro
Posted: Thu Dec 12, 2019 8:23 pm
by Matlo
You can stop the macro pressing the same key/button a second time.
Re: is there anyway to pause and resume macro
Posted: Fri Dec 13, 2019 11:07 pm
by ozan_k
Matlo wrote: ↑Thu Dec 12, 2019 8:23 pm
You can stop the macro pressing the same key/button a second time.
yes it is true but i want to resume where macro left off
Re: is there anyway to pause and resume macro
Posted: Fri Dec 13, 2019 11:09 pm
by ozan_k
LoneWolf81 wrote: ↑Wed Dec 11, 2019 1:08 pm
Hi
This could be done by using triggers if im not mistaken have a look at the Wiki
https://gimx.fr/wiki/index.php?title=Macros
Or you can specify it in a profile and use the switch function so you can have it enabled in one profile and off in another but I think the triggers are the way to go.
i tried but no way to resume where macro left off
Re: is there anyway to pause and resume macro
Posted: Sat Dec 14, 2019 3:37 pm
by Matlo
Please explain why you need this!
Re: is there anyway to pause and resume macro
Posted: Sat Dec 14, 2019 6:55 pm
by GoDlike
Im pretty sure you can bypass that problem by rewriting Macro code to make it work different way.
Re: is there anyway to pause and resume macro
Posted: Sun Dec 15, 2019 6:51 pm
by ozan_k
Matlo wrote: ↑Sat Dec 14, 2019 3:37 pm
Please explain why you need this!
i have a long macro code. i want it to pause, and i will do something in the meantime. and then i want to resume macro where it left
Re: is there anyway to pause and resume macro
Posted: Sun Dec 15, 2019 6:52 pm
by ozan_k
GoDlike wrote: ↑Sat Dec 14, 2019 6:55 pm
Im pretty sure you can bypass that problem by rewriting Macro code to make it work different way.
what is the way
Re: is there anyway to pause and resume macro
Posted: Sun Dec 15, 2019 7:06 pm
by GoDlike
Rewrite it to two sections then and use different keys for each.