Next version. I've worked a bit on the command builder, and the parameter helper. You should get better feedback now on a commands function and parameters. With Kalle's help there is now help for actions in German when you use the command selection tree.
I've redone the inputkeys commands. It is much more powerful and flexible now. You can do complex key combinations such as
Inputkeys.Send {Control+Lwin}({Tab}{Tab})
which means press and hold Control and the left Windows key, then press tab twice, then release Control and left windows keys.
I still need to update the help on these actions. If you click on the building blocks icon to the right of the action parameter you'll get a helper. Go to the inputkeys tab and you'll see dropdowns with all the keys to help you build your combinations.
I have been reworking a number of commands to return more consistent results so that the "if last action success" works correctly for every command. I think there are still some that need work. Let me know if you notice any.
You can now right-click an action's gear to clone it. You can click in an empty "then" or "else" block to create the first action.
I added a VC.StopMacro command. It will completely exit the current command skipping any other actions, which may come in handy when building logic based command macros.
I think it's pretty stable, but I'd appreciate some feedback before I put it on the main download page.