Could you try increasing the ThreadWait to 100ms? We've run into issues in the past where the keys were being pressed too quickly and weren't being picked up by the application that was waiting for them.
Samuel Terrazas
12 discussion posts
I've tried increasing the wait to 100ms in both cases but the CTRL+B release command is never sent. And in the while loop the key always reports that it was sent even though the application doesn't receive it.
Which application is receiving the keystroke? Just wondering if it's something we can test here.