I have searched the existing issues and discussions.
I am using the latest version of Open WebUI.
Installation Method
Other
Open WebUI Version
v0.6.16
Ollama Version (if applicable)
No response
Operating System
MacOS 15.5
Browser (if applicable)
Zen, Brave, Safari
Confirmation
I have read and followed all instructions in README.md.
I am using the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
I have provided every relevant configuration, setting, and environment variable used in my setup.
I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
Start with the initial platform/version/OS and dependencies used,
Specify exact install/launch/configure commands,
List URLs visited, user input (incl. example values/emails/passwords if needed),
Describe all options and toggles enabled or changed,
Include any files or environmental changes,
Identify the expected and actual result at each stage,
Ensure any reasonably skilled user can follow and hit the same issue.
Expected Behavior
Load Opeb WebUI and be able to access the (?) button bottom right to view keyboard shortcuts and whatever else is in there.
Actual Behavior
There is no button in 3 different browser I tried.
Originally created by @Amparose on GitHub (Jul 16, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15784
Originally assigned to: @tjbck on GitHub.
### Check Existing Issues
- [x] I have searched the existing issues and discussions.
- [x] I am using the latest version of Open WebUI.
### Installation Method
Other
### Open WebUI Version
v0.6.16
### Ollama Version (if applicable)
_No response_
### Operating System
MacOS 15.5
### Browser (if applicable)
Zen, Brave, Safari
### Confirmation
- [x] I have read and followed all instructions in `README.md`.
- [x] I am using the latest version of **both** Open WebUI and Ollama.
- [x] I have included the browser console logs.
- [x] I have included the Docker container logs.
- [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.**
- [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
- [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps:
- Start with the initial platform/version/OS and dependencies used,
- Specify exact install/launch/configure commands,
- List URLs visited, user input (incl. example values/emails/passwords if needed),
- Describe all options and toggles enabled or changed,
- Include any files or environmental changes,
- Identify the expected and actual result at each stage,
- Ensure any reasonably skilled user can follow and hit the same issue.
### Expected Behavior
Load Opeb WebUI and be able to access the (?) button bottom right to view keyboard shortcuts and whatever else is in there.
### Actual Behavior
There is no button in 3 different browser I tried.
### Steps to Reproduce
Pull with Podman and use this compose file:
```yaml
version: '3.8'
services:
open-webui:
image: ghcr.io/open-webui/open-webui:main
container_name: open-webui
ports:
- "3000:8080"
volumes:
- ${HOME}/path/to/open-webui/data:/app/backend/data
environment:
- ANONYMIZED_TELEMETRY=False
restart: unless-stopped
```
### Logs & Screenshots
<img width="3082" height="2156" alt="Image" src="https://github.com/user-attachments/assets/a5ab4a27-f26a-45d1-8e20-dc6ef3dcfba1" />
### Additional Information
_No response_
GiteaMirror
added the bug label 2026-05-05 19:11:25 -05:00
I saw a screenshot that I assume is Open WebUI's shortcuts and ⌘/ doesn't work for me either.
<!-- gh-comment-id:3078961741 -->
@Amparose commented on GitHub (Jul 16, 2025):
I [saw a screenshot](https://github.com/open-webui/open-webui/issues/1008#issuecomment-2120827788) that I assume is Open WebUI's shortcuts and `⌘/` doesn't work for me either.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @Amparose on GitHub (Jul 16, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15784
Originally assigned to: @tjbck on GitHub.
Check Existing Issues
Installation Method
Other
Open WebUI Version
v0.6.16
Ollama Version (if applicable)
No response
Operating System
MacOS 15.5
Browser (if applicable)
Zen, Brave, Safari
Confirmation
README.md.Expected Behavior
Load Opeb WebUI and be able to access the (?) button bottom right to view keyboard shortcuts and whatever else is in there.
Actual Behavior
There is no button in 3 different browser I tried.
Steps to Reproduce
Pull with Podman and use this compose file:
Logs & Screenshots
Additional Information
No response
@Amparose commented on GitHub (Jul 16, 2025):
I saw a screenshot that I assume is Open WebUI's shortcuts and
⌘/doesn't work for me either.@tjbck commented on GitHub (Jul 18, 2025):
Addressed with
3e67ce6e8ein dev!