Hi All,
I'm sorry for this very dumb question: what is the easiest way to update command coding, or paste code into a profile?
For example, if someone gives some code, such as
this example from @Pfeil:
It can't type words at the moment you're speaking them, but it can once you finish a sentence and pause.
You can use the dictation mode for this, however note that dictation is the weakest mode of the Microsoft Speech Recognition engine, so accuracy may not be satisfactory.
EDIT: As an example, this command will speak whatever you type, until you press enter:
Start Loop While : [{STATE_KEYSTATE:ENTER}] Equals '0'
Start Dictation Mode (Clearing Dictation Buffer)
Start Loop While : [{EXP:{DICTATION} + {STATE_KEYSTATE:ENTER}}] Equals '0'
End Loop
Stop Dictation Mode
Quick Input, '{DICTATION}'
End Loop
you'll have to pause every once in awhile, so the recognition can catch up and type things out.
How can I insert this coding into a working profile? Maybe this is not possible and everyone manually re-creates all lines of code one line at a time every time someone pastes code on here?
I'm trying to implement the coding above, but can't figure out how to make this line of code happen with the GUI interface:
Start Loop While : [{EXP:{DICTATION} + {STATE_KEYSTATE:ENTER}}] Equals '0'
I've tried to figure this out for about a year now and have look through documentation/forums, etc. but I'm just clueless. It takes me forever to go through all of the menu choices, trying to figure out which buttons/check boxes/options will give me the certain specific lines of code. Surely there's a way to just paste this into VoiceAttack or a VoiceAttack file using Notepad or another text editor??
Thank you for your help!
Richard