Using Enter key to click button
It seems a simple thing to me that assigning the Enter key to simulate the clicking of a button. And I have seen javascript code that does this. But I haven't found a decent answer for a Pega solution, besides writing custom js. Is there one?
What I'm currently doing is copying all the button click event actions into the input field's Enter key event action list. But for a button that has many actions, this gets tedious to enter in for the multiple input fields on the screen.
I was hoping for something like: Event: Enter Key | Action: Simulate Button Click [name of button]
***Updated by moderator: Lochan to update platform capability***