mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #15128] feat: Stop button keybind #56144
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 @omnigenous on GitHub (Jun 18, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15128
Check Existing Issues
Problem Description
Stupid llm will give long explanations that I often don't need and I have to move my hand away from keyboard to mouse to make it shut up
Desired Solution you'd like
Option in setting to assign keybind to stop generating current prompt
Alternatives Considered
live in pain
Additional Context
@tjbck commented on GitHub (Jun 19, 2025):
You can use
Escapewith the message input focused to stop the response.@omnigenous commented on GitHub (Jun 19, 2025):
Worked, thanks!