mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #1676] cmd (windows) + enter to submit prompt. Enter create new line #115902
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tranghoang15591 on GitHub (Apr 22, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1676
I'd like to write long prompt in multiple paragraphs, however, hit Enter just submit the prompt.
Please allows (optional?) new line by Enter, and submit prompt by cmd+Enter or window+Enter
@justinh-rahb commented on GitHub (Apr 22, 2024):
It currently works the opposite way, you can enter new lines with Ctrl (win / Cmd (mac) + Enter. I don't see a benefit in flipping the behaviour, I only envision a lot of folks being confused about why we chose to do so.
@tranghoang15591 commented on GitHub (Apr 22, 2024):
hmmm, i'm on Mac M1 and Ctr (Cmd) + Enter DOES NOT create new line. I'm using docker.
@justinh-rahb commented on GitHub (Apr 22, 2024):
My mistake, it's Shift+Enter, which is the common combo for entering newlines in multi-line input boxes.
@ElSamhaa commented on GitHub (Jun 28, 2024):
hello, can we add a setting to flip this behavior?