Hi.
I’m trying to do my best to avoid using the mouse. I’d like to try to get the mouse moving to coordinates.
Firstly, this is foolish compared to learning the shortcuts of a software, but I’m just curious if this can be done.
Just with a small set of mouse keys (9 keys), like a number pad, I’d like to be able to move my mouse to more than just 9 coordinates. Is it possible to get more coordinates with sequential presses of at least 2 keys?
I’m trying to achieve an effect similar to the mouse grid of voice recognition software, such as Dragon, and the built-in windows voice recognition software.
Pic
This the only way I can think of:
Let’s say I want the top-left grid, and more specifically, I want the top square of the top-left grid. I press 7, and that closes my current autohotkey script, then reopens a script that’s specifically just for the top-left grid. I press 8, which is remapped to move to a specific coordinate, and after the movement, the script closes and returns to my original script.
8, after opening the 7 script, sends a coordinate in the top region of the top-left corner.
Another example:
If I initially pressed 6, that would open the "6 script", then 8 in the 6 script would send a coordinate in the top region of the right region.
lol does this make sense at all? Is this the best method?
Do I need something like ExitApp, OnExit, and Run
I’ll probably have 9 scripts in a folder on the desktop or something. 9 keys open to a script, and each script has 9 buttons remapped to a specific coordinate. It’s a way to reuse the same 9 keys.
By the way, what’s the least ambiguous way and syntax to use Run if I know the exact address and target of the script?
Thanks for any info at all.
I’ve asked pretty weird questions before, and you authotkey experts are just too good.