{ENTER} does not work

I’m using OpenRPA in a migration project. The sequence is 95% ready and works stable.
The only thing that does not work is simply sending an ENTER key.
I try to use the TypeText activity with “{enter}” also “{ENTER}”.
Instead of sending the key the activity types the text as a string.
What’s wrong?

My best guess is, you’re not using {}; maybe it’s some special character that looks like it?
Maybe try clicking the Record button, press enter, and then stop recording; it should add a typetext with the correct syntax?

Thank you for your response. I did exactly that in my attempts. Same result.