I want voice attack to resize and reposition a window in a game from its default to another location.
I have constructed three commands each with its own keyboard shortcut and in the propers equence, the window is moved as I wish. These are:
-move1(grab left window margin and move left window margin further to the right)
move mouse cursor to 2208,927
hold left mouse btn down
move mouse to 2971,927
release mouse btn
-move2 (move top window border down to reduce size)
move mouse cursor to 3376,787
hold left mouse btn down
move mouse cursor to 3376,2082
release mouse btn
-move3 (drag window up)
move mouse btn to 3376,2093
hold mouse btn down
move mouse cursor to 3376,1052
release mouse btn
I can execute these individually either by voice or hotkey.
But when I create a command consisting of all three pieces of code in sequence, only the first gets executed.
I need to put a 1/2 second pause in between each segment for all of them to execute. Even a 0.1 second delay is not enough.. Why is that?