Summary
On Linux/Wayland, holding Ctrl+M starts Codex dictation but also minimizes the Codex window.
Environment
- OS: Ubuntu 24.04
- Session: Wayland
- Package:
codex-desktop 26.429.61741
- App:
am-will/codex-app Linux build
Behavior
- Open Codex App and focus the composer.
- Hover the microphone button. The tooltip says:
Click to dictate or hold Ctrl+M.
- Hold
Ctrl+M.
- Dictation starts.
- The Codex window then minimizes.
- If the window is restored, dictation is still active.
Expected behavior
Holding Ctrl+M should start dictation without minimizing or switching away from the Codex window.
Notes
This looks similar to the upstream OpenAI Codex issue:
A good fix would be one of:
- use a safer default shortcut on Linux;
- prevent the minimize/window action from also firing;
- allow users to customize the dictation shortcut.
Ctrl+M appears fragile as a default shortcut because it can conflict with OS/window-manager/Electron behavior.
Summary
On Linux/Wayland, holding
Ctrl+Mstarts Codex dictation but also minimizes the Codex window.Environment
codex-desktop 26.429.61741am-will/codex-appLinux buildBehavior
Click to dictate or hold Ctrl+M.Ctrl+M.Expected behavior
Holding
Ctrl+Mshould start dictation without minimizing or switching away from the Codex window.Notes
This looks similar to the upstream OpenAI Codex issue:
A good fix would be one of:
Ctrl+Mappears fragile as a default shortcut because it can conflict with OS/window-manager/Electron behavior.