codex - 💡(How to fix) Fix Control-F shortcut for find conflicts with system binding for "move forward one character" [2 comments, 3 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#17114Fetched 2026-04-09 08:02:09
View on GitHub
Comments
2
Participants
3
Timeline
4
Reactions
1
Author
Timeline (top)
commented ×2labeled ×2

Root Cause

On macOS, Control-F (Control-B etc) are standard "emacs-style" text movement shortcuts -- but Codex overrides Control-F to open the search box. (This is redundent and undesired on macOS because Command-F is already bound to the search bar shortcut.)

RAW_BUFFERClick to expand / collapse

What version of the Codex App are you using (From “About Codex” dialog)?

Version 26.325.31654 (1272)

What subscription do you have?

Pro

What platform is your computer?

Darwin 25.4.0 arm64 arm

What issue are you seeing?

On macOS, Control-F (Control-B etc) are standard "emacs-style" text movement shortcuts -- but Codex overrides Control-F to open the search box. (This is redundent and undesired on macOS because Command-F is already bound to the search bar shortcut.)

What steps can reproduce the bug?

In a text entry box, type Control-F. The find dialogue opens.

What is the expected behavior?

Insertion point moves one character to the right.

Additional information

No response

extent analysis

TL;DR

The issue can likely be resolved by remapping or disabling the Control-F shortcut in the Codex App to prevent it from overriding the standard emacs-style text movement shortcut on macOS.

Guidance

  • Verify that the Command-F shortcut is indeed bound to the search bar shortcut as expected on macOS to confirm the redundancy.
  • Check the Codex App's keyboard shortcut settings to see if there's an option to remap or disable the Control-F shortcut.
  • If the Codex App does not provide a built-in option to remap shortcuts, consider using a third-party keyboard shortcut management tool to override the Control-F shortcut.
  • Test the behavior in a different text entry field or application to confirm that the issue is specific to the Codex App.

Example

No code snippet is provided as this issue appears to be related to keyboard shortcut configuration rather than code.

Notes

The solution may vary depending on the specific version of the Codex App and its configuration options. Additionally, using a third-party tool to override shortcuts may have unintended consequences and should be used with caution.

Recommendation

Apply a workaround by remapping or disabling the Control-F shortcut, as it is unclear if an updated version of the Codex App addresses this issue. This approach allows for a temporary fix without waiting for a potential update.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING