Rafferty3231
5 discussion posts
Hi! So I've been using VBPro to help automate some of my work this summer, and while it has been EXTREMELY helpful, there's one feature I wish it had.. and that's a 'reset mouse position' step. Something that would send the pointer back to where it was before a command was run (the macros I'm using send the mouse all over the place). OR, is there a way to do this with the current build? I haven't been able to figure it out.
Anyway, cool program! It hasn't made the summer busywork any faster (due to limitations outside of VoiceBot), but it sure has made it easier. o7
There isn't a pre-built way to do this, but you can easily do this using the scripts. If you create a script to read and save the mouse position, then run your actions, then create a script to read the saved position and set the mouse back again. If you need some help with the script creation just let us know. Thanks!
Rafferty3231
5 discussion posts
Awesome. I'll try to figure it out, but I may ask for help in the future.
Next question.. should I put this here or make a new thread? Anyway, is there a way to have multiple push-to-talk / push-to-ignore keys? E.g. in Arma 3, I use 2 different buttons as PTT, Insert and Caps Lock. I got Insert to work as push-to-ignore, but I'd also like to add Caps Lock to that list. Is this possible?
Loving this program. Thanks!
Rainbowsaur
4 discussion posts
I really recommend making AutoHotKey scripts! Then attaching those AHK scripts to run from a custom voice command, this is what I do when I want to run a script since I don't know how to use c#/provided scipting method. But I do use the provided scripting feature for a few things but I know much more about AutoHotKey than whatever c#/c? whatever it uses.
I bet AutoHotKey will help you make a mouse respositioning/saving script and theres likely alot of code out there on the web you can save/copy and use to make your own.
Rafferty3231
5 discussion posts
Hi Keith!
Okay, so I tried pasting that code into a new macro just to play around with it and see what I could figure out.. but when I compile, I get an error:
Could not find a public static class named 'VoiceBotScript'.
I looked as closely as I could, and I don't even see any mention of "VoiceBotScript" in the code you provided.. did I miss something?
Thanks for all the help, you guys rock.
Ah sorry, my bad! I've edited the code in the previous post, could you try copying it again?
Rafferty3231
5 discussion posts
Sweet! Seems to be working just fine. Thanks again!
Excellent, glad to hear it!