In an ongoing effort to avoid using the mouse when playing poker, I am investigating using an AHK script to select tables on the screen.
Ideally, I would be able to press Alt+1, Alt+2, Alt+3, Alt+4 and select the 1st, 2nd, 3rd, and 4th table based on this layout:
There'd have to be a continuously running function that iterated through the tables and kept them ordered based on their current screen position.
As far as I know, there isn't an existing script that does this. I looked into coding this briefly the other day, but it seemed pretty difficult based on limitations imposed by AHK.
Do the AHK experts have any thoughts on this?