mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
[GH-ISSUE #17015] issue: Keyboard Shortcuts preview modal is not fully accurate or comprehensive (omits implicit shortcuts, and not all shortcuts work) #18138
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 @alythobani on GitHub (Aug 28, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17015
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.26
Ollama Version (if applicable)
v0.11.7
Operating System
masOS Monterey
Browser (if applicable)
Chrome: 139.0.7258.66 (Official Build) (arm64)
Confirmation
README.md.Expected Behavior
Cmd + Shift + Sshould toggle the sidebar (as listed in the Keyboard Shortcuts preview modal)Cmd + Rshould reload the tab (as is default browser behavior)Actual Behavior
Cmd + Shift + Sdoes nothing (sidebar not toggled)Cmd + Rwhile the input of a chat is focused, regenerates the last messageSteps to Reproduce
Cmd + /to open the shortcuts preview modal and notice the listed shortcutToggle sidebar: Ctrl/⌘ + Shift + S, and the lack of listed shortcut forCmd + RCmd + Shift + S(whether the sidebar is currently open or not, and whether a chat input is focused or not) and notice the sidebar is not toggled. (If in a chat input, strikethrough is toggled instead, though)Cmd + Rhoping to refresh the page, and notice instead that the chosen LLM starts regenerating the last messageLogs & Screenshots
Nothing interesting to show from either. Browser logs just have this unrelated warning:
Additional Information
Related: https://github.com/open-webui/open-webui/issues/15795 and https://github.com/open-webui/open-webui/pull/13813 (configurable keyboard shortcuts would allow changing the undesired
Cmd+Rshortcut)