I have a data table and I'd like to be able to add a new row to it when the user is in the last column and hits the Enter key. The form is for data entry and I'd like it to be as keyboard-friendly as possible. Is there a way to determine what key was pressed by the user in the Key Is Pressed behavior of a Text Input object? Or is there another way to add a new row to the table so the user doesn't have to?
