open-webui/src
Parvez Salim a6d210f644 feat: add keyboard shortcuts for playground and edit last user message
Closes #1008

- Ctrl/Cmd+Enter: run/submit in Playground Chat and Completions
- Ctrl/Cmd+Shift+A: add message in Playground Chat (mirrors Add button, auto-toggles role)
- Ctrl/Cmd+Shift+X: toggle user/assistant role in Playground Chat
- Ctrl/Cmd+E: edit last user message from anywhere in the main chat

Playground shortcuts handled locally via svelte:window in each component.
Global layout handler covers Ctrl/Cmd+E using getElementsByClassName pattern.
2026-04-28 22:18:33 -05:00
..
lib feat: add keyboard shortcuts for playground and edit last user message 2026-04-28 22:18:33 -05:00
routes feat: add keyboard shortcuts for playground and edit last user message 2026-04-28 22:18:33 -05:00
app.css refac 2026-04-21 13:57:43 +09:00
app.d.ts chat feature added 2023-10-08 15:38:42 -07:00
app.html Enhance image loading performance by adding preload links and setting loading attributes for logos in app.html (#24011) 2026-04-24 15:25:54 +09:00
tailwind.css refac 2026-03-23 23:39:52 -05:00