Hi there. I am a beginner with VA and have done a fair bit of bloated scripting which has served me fine until this point. Now I am stuck. Here's what I want to do.
Part 1: Say a range of 1-40, each number is used to decide where to move mouse co-ordinates and click. This is easy to do as an individual command I know. I can just write it once, duplicate it 40 times and adjust the mouse co-ordinate.
Part 2: Say "huge/big/medium/small/tiny" and do an action
The end result would be VA understanding "22 huge" it will click a co-ord and press 1. Then I say "35 medium" for another co-ord and 3. "13 tiny" for another co-ord and SHIFT+6. Any mix of the above.
It is important that VA takes this as a single command spoken fluently and I want to get it to respond as quickly as possible. I have a feeling it could be done easy enough with two commands but it would be too slow while VA decides on each spoken phrase and each command.
It would be very impractical to write an individual option for each of these as it would conservatively work out to hundreds of commands and would be very hard to manage. Instead it would be far easier to write the mouse co-ord and click commands for 1-40, and mix them with the second step for the following key press.
I have been watching Youtube videos about doing more advanced things with prefix:suffix arrangements, some dynamic options, but I don't need to return a complicated command or even rearraange how it is given, I just need to cover a very wide spread of similar commands. It will always move mouse to co-ord and click decided by 1-40, then the follow-up key press decide by a few different phrases.
Thank you in advance!