Looking at your examples again, this topic is probably closer to what you're looking for.
What you're looking to do is anything but simple, however. You're going to want to be very familiar with VoiceAttack's advanced features, and think through all the possible variations that may occur.
This is not something to undertake without understanding exactly what you're doing.
Would your code from this thread be more relevant for my case?
https://forum.voiceattack.com/smf/index.php?topic=2339.0Again, I'm not getting the need for the:
Begin Boolean Compare : [{CMD}Running] Equals True
As I'm constantly looping.
The idea is to add in all the key presses (Single, Double, Double & Hold and Single Hold) for any keyboard keys and joystick button presses.
Whenever the users hits any of the keys or buttons that are on that list in relation to the above in parenthesis, it would kick off some other command.
Maybe I'm not being very clear, or maybe this is a stupid way to do this, or maybe it's just too complicated.