Results 16 comments of Alan Shaw

atEnd is just like a stop point. It's there because otherwise, if you're typing through the macro, you'll overrun the end and your random keystrokes will show up.

Thanks, I've been thinking along those lines too. I also am using it in autoplay mode, which I just added recently.

I think I'll change that atEnd behavior so that you have to put a stop point at the end when recording if you want it.

This will require a new data structure to drive the expression generator, NOT indexed by the operators as strings, and with the ability to emit the [ ] operator for...