Steps to Reproduce:
- Open Chrome on Windows.
- Navigate to chatgpt website with a text input field
- Type a prompt.
- Press Enter.
Expected Result:
The input should be submitted or sent when Enter is pressed.
Actual Result:
A newline is created instead of submitting or sending the input.
Environment:
- Browser: Google Chrome
- Operating System: Windows 11
- Chrome latest
Additional Information:
- No browser extensions are active that could interfere with the Enter key behavior.
Suggestions:
- Make the behavior optional:
- Introduce a setting in to choose whether Enter creates a newline or sends the input. like whatsapp web
- Add functionality to use Ctrl + Enter to send input.