The UserInput trigger runs the operation when [Enter] key is pressed in the system keypad.

onUserInput($Enums.UserInput.Enter, ()=>{
1
});
1: User input
The User Input trigger does not run when the [Enter] key is pressed while using the IME for text input or conversion.