What's new in this release? Well.... everything!
This is a complete rewrite of NaviVoice. It is easy to configure, its fast, and it has nothing hardcoded into it.
How does it have nothing hard coded? Well... it uses vbscripting, so it is up to YOU to define the commands it will execute. For simplicity's sake, I used some examples using
AutoIt.
So, if you want to control RR, code it. Media player? Code it.
How it works again: you say the hotkey name, and the program will start listening. Then it will reset the countdown timer when it recognizes a command.
The macros: the code that all the macros will use is defined in the PowerVoiceConfig. The rest of the code is defined in the GrammarBuilder. Make sure to follow the tree format as in the example. PowerVoice has the ability to combine commands, so if you define something in the root node, and then something else in the subnode, the subnode can call either the global enviroment (as defind in PowerVoiceConfig), the root node, and the subnode itself.
Any questions, comments, improvement suggestions... please let me know.