mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #12226] feat: Support sending with Ctrl+Enter. #16515
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 @gitsang on GitHub (Mar 31, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12226
Check Existing Issues
Problem Description
I often need to edit and send longer texts (Especially code editing), and I habitually use the enter key to create new lines. This leads me to send incomplete data, wasting some tokens and negatively affecting my experience.
Therefore, I always edit in a text editor before copying it here, but this is undoubtedly not a very good experience.
And the input box is not particularly outstanding in terms of user experience. Although it supports markdown, it only starts rendering after the text has been sent out.
Desired Solution you'd like
I think the GitHub-Like editor box is a good choice, but as an alternative, It would be helpful to at least add an option for me to use Ctrl+Enter to send.
Alternatives Considered
No response
Additional Context
No response
@tjbck commented on GitHub (Mar 31, 2025):
Already exists in interface settings. Please search the existing issues and discussions first.