ahk icon indicating copy to clipboard operation
ahk copied to clipboard

How to run the same action chain multiple times

Open pistacium opened this issue 4 years ago • 1 comments

Currently I'm making a program to hotkey to reset a world in a game, with specific settings that the user chooses through a tkinter GUI. I make an action chain so that I can set up a global hotkey outside of the GUI class and run the ActionChain (which was defined in the GUI class) outside the GUI class. However, after running the action chain once, I can't run the same chain again. Is this even something possible to be able to do?

pistacium avatar Apr 24 '21 06:04 pistacium

Currently, this is not possible. However, it should be possible to change the implementation to allow this. I'll add this change in the near future.

spyoungtech avatar May 02 '21 22:05 spyoungtech

Action Chains will be removed in v1, hence closing this issue.

spyoungtech avatar Jan 12 '23 00:01 spyoungtech