mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
Ctrl + K to open a command menu #1140
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 @meowhib on GitHub (Jun 5, 2024).
I always like to use the keyboard to navigate web pages and it's amazing when they support it.
Using a command menu where we store commands like change model, start new chat, archive current chat and so on.
Adding shortcuts and a shortcut (usually ctrl + /) to show the shortcuts on a website.
Radix provides an unstyled component for the command menu that would be helpful.