mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 10:04:14 -05:00
feat: Add Missing Keyboard Shortcuts to Help List UI #456
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 @silentoplayz on GitHub (Mar 11, 2024).
Is your feature request related to a problem? Please describe.
Yes, the problem is that the Open WebUI keyboard shortcuts list is missing some commonly used and useful keyboard shortcuts, such as
Shift+Enterfor new line,Ctrl/⌘+Shift+Rfor refreshing the current tab, andF11orCtrl/⌘+Shift+Ffor entering and exiting full-screen mode.Describe the solution you'd like
I would like the following keyboard shortcuts to be added to the keyboard shortcuts help list UI:
Shift+Enterfor a new lineCtrl/⌘+Shift+Rfor refreshing the current tabF11orCtrl/⌘+Shift+Ffor entering and exiting full-screen modeThese shortcuts are already built into most modern web browsers, and including them in the help list will enhance the user experience.
Here are the detailed descriptions of the suggested keyboard shortcuts:
Shift+Enterfor a new line: This shortcut allows users to create a new line while typing in a text area or input field. Currently, this shortcut is not listed in the Open WebUI keyboard shortcuts help list.Ctrl/⌘+Shift+Rfor refreshing the current tab: This shortcut reloads the current tab in the browser. This shortcut is not listed in the Open WebUI keyboard shortcuts help list.F11orCtrl/⌘+Shift+Ffor entering and exiting Fullscreen mode: These shortcuts allow users to enter and exit Fullscreen mode in Open WebUI. Additionally,Ctrl/⌘+Shift+Fis not mentioned at all.Additional context
New Chatbutton, display a hint sayingOr press "Ctrl+N" to create a new chat.ClearorRemovebutton next to each shortcut in the keyboard shortcuts menu. When users click on this button, the associated shortcut field would be cleared, effectively removing the binding.@tjbck commented on GitHub (Mar 11, 2024):
Duplicate: #1008