Windows Codex Desktop intercepts global Ctrl+C/Ctrl+V while running
Open 💬 0 comments Opened Jun 3, 2026 by ziparky-lab
Summary
On Windows, while Codex Desktop is running, global Ctrl+C and Ctrl+V stop working in other applications. The issue still happens when the Codex window is minimized. After fully quitting Codex Desktop, normal copy/paste behavior returns immediately.
This appears to be a desktop-app/global keyboard handling issue rather than a terminal focus issue.
Environment
- App: Codex Desktop for Windows
- Codex Desktop package:
OpenAI.Codex_26.601.2237.0_x64__2p2nqsd0c76g0 - Codex.exe file/product version shown by Windows:
149.0.7827.54 - OS:
Microsoft Windows NT 10.0.22631.0 - Shell in Codex thread: PowerShell
Reproduction
- Start Codex Desktop on Windows.
- Try to use
Ctrl+CandCtrl+Vin another application, such as Notepad or an editor. - Minimize the Codex window and try
Ctrl+C/Ctrl+Vagain in the other application. - Fully quit Codex Desktop.
- Try
Ctrl+C/Ctrl+Vagain in the same other application.
Expected behavior
When Codex Desktop is running, Ctrl+C and Ctrl+V should continue to work normally in other focused Windows applications unless the Codex window itself has focus and intentionally handles the shortcut.
Actual behavior
- While Codex Desktop is running,
Ctrl+CandCtrl+Vdo not work in other applications. - The issue persists even if the Codex window is minimized.
- After fully quitting Codex Desktop, copy/paste works again.
Ctrl+Shift+Vstill works in contexts where it is supported.
Notes
This seems distinct from existing Codex CLI/TUI paste issues because the problem affects other Windows applications while Codex Desktop is merely running in the background/minimized.