Cycle Keystrokes

I was wondering if there was a way for the macro to cycle through different keystrokes and remember where it left off? So basically run the macro once, it plays keystroke 1, run the macro a different time, it plays keystroke 2. I need about 10 different keystrokes that would have to be stored and run sequentially every time the script is ran.

Thanks :slight_smile:

There may be a more efficient and elegant way to do this, but here's a quick and dirty that might solve it. Attach a hotkey trigger and it will run through each keystroke you define.

Cycle Keystrokes.kmmacros (3.9 KB)