Forum Discussion
tristaanogre
8 years agoEsteemed Contributor
TestComplete sends the "[Enter]" keystroke as a windows keyboard event using the Windows mapping of the enter key. So, while the pass through of the emulator sends something different, if the testcomplete Keys command is used directly on the MainFrame, it's sending that "[Enter]" keystroke.
What you MIGHT be able to do is use a LLPlayer command to send a lower level keyboard command. This goes through the keyboard driver directly rather than a Windows event.