Hi,
it is an old post here, but the issue still exists. Setting the delay to 200 or 400 helps to be able to execute the enter key manually.
I've looked into the issue once more over at the "autohotkey" forums, because this is the technology used in QAP, right? ... and found two related post.
The one that caught my attention was the usage of a delay value AND a value representing the length of the keystroke.
https://www.autohotkey.com/board/topic/8...ngly-sent/
It looks like that the remote session software, in my case "splashtop" is still just absorbing the enter key stroke at the end, that actually changes the folder in the open/save dialogs.
Another suggestion, and potential solution from the forum was to use {Tab}{Enter} instead of only {Enter}.
https://www.autohotkey.com/board/topic/1...t-working/
Maybe this can be applied as a fix here as well. If this can be tested upfront with autohotkey, before implementing, I would be more than happy to help/assist.
Thanks.