openai / openai/codex

Codex App [bug]: Quick Chat shortcut opens a full new chat when sidebar is hidden

Open
#39,748 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

app bug
Dominant language
Rust
Stars
125k
Forks
19.4k
PR merge metrics
PR metrics pending

Description

What version of the Codex App are you using?

Codex Desktop 26.818.21641 on macOS arm64.

What issue are you seeing?

The documented Quick Chat shortcut (Cmd + Option + N) behaves differently depending on whether the left sidebar is visible.

  • With the sidebar visible, Cmd + Option + N correctly opens Quick Chat in the small popup/overlay.
  • With the sidebar hidden, the same shortcut opens a new full chat in the main window, replacing the currently visible chat instead of opening Quick Chat.

This makes the shortcut state-dependent and interrupts the current workflow when the sidebar is collapsed.

The current shortcut reference documents these as separate commands:

  • Quick chat: Cmd + Option + N
  • New chat: Cmd + N or Cmd + Shift + O

Reference: https://learn.chatgpt.com/docs/reference/commands

Steps to reproduce
  1. Open Codex on macOS and open an existing chat.
  2. Leave the left sidebar visible.
  3. Press Cmd + Option + N.
  4. Observe that Quick Chat opens in the small popup/overlay as expected.
  5. Close Quick Chat.
  6. Hide the left sidebar (Cmd + B).
  7. Press Cmd + Option + N again.
  8. Observe that Codex navigates the main window to a new full chat instead of opening Quick Chat.
Expected behavior

Cmd + Option + N should always invoke Quick Chat regardless of sidebar visibility. Hiding the sidebar should not change the semantic meaning of the shortcut or replace/navigate away from the current chat.

Actual behavior

Sidebar visible:

Cmd + Option + N → Quick Chat popup ✅

Sidebar hidden:

Cmd + Option + N → new full chat in main window ❌

Why this matters

Quick Chat is useful for asking a lightweight or tangential question without leaving or disturbing the current Codex thread. When the sidebar is hidden, the current behavior turns that lightweight action into a navigation/context switch.

Related issues
  • #33731 — Quick Chat/sidebar entry regression on macOS
  • #34098 — Quick Chat/sidebar entry regression on Windows
  • #33977 — sidebar keyboard handling interfering with Quick Chat on macOS

I could not find an existing issue for this exact sidebar-hidden shortcut routing behavior.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source files or tests are named. Start by reproducing the shortcut with the sidebar visible and hidden, then trace the desktop shortcut routing for Quick Chat and New Chat. Done means Cmd + Option + N opens the Quick Chat popup in both states without navigating away from the current chat.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos
Domain
desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
58/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.