Hi,
I face a situation where I need to submit a step (and execute button trigger) but I want to associate the enter key to the same list of trigger.
I have found the post Key-Mapping on Steps, but it doesn’t answer my issue.
Only workaround I havec found is to duplicate the triggers:
- 1 trigger on input field associated to “when enter key is pressed”
- same trigger a button associated to “when button is pressed”
My expectation is to have in the same When clause : when button is pressed and on enter key is pressed.
So I can associate both action to same trigger and reduce code duplication.
thank you