codex - 💡(How to fix) Fix Improve Codex App image viewer with arrow-key navigation and reliable Copy Image [1 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#21155Fetched 2026-05-06 06:25:48
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
labeled ×3
RAW_BUFFERClick to expand / collapse

What variant of Codex are you using?

Codex App - Version 26.429.30905 (2345)

What feature would you like to see?

When viewing generated images in the Codex App chat interface, clicking an image already opens it in a maximised viewer. It would be useful if that viewer also supported moving between generated images with the keyboard:

  • Left arrow: show the previous generated image in the current thread/conversation
  • Right arrow: show the next generated image in the current thread/conversation
  • Keep the current click-to-maximise behavior

It would also help if copying generated images from the app were more reliable. In practice, right-clicking an image and choosing copy frequently does not appear to put the image on the clipboard, so pasting into another app often fails. Expected behavior is that Copy Image reliably writes the selected/generated image to the system clipboard, or otherwise exposes a clear fallback action when the app cannot do that.

Additional information

I searched existing open and closed issues for combinations of:

  • image viewer / lightbox / maximized image
  • generated images + keyboard navigation / arrow keys
  • right-click copy image / copy generated image

I found several related clipboard/image issues, but they appear to be about pasting images into Codex CLI or other surfaces rather than navigating/copying generated images from the Codex App chat viewer.

extent analysis

TL;DR

Implement keyboard navigation and reliable image copying in the Codex App's image viewer.

Guidance

  • Review the Codex App's image viewer code to determine how to integrate keyboard navigation using left and right arrow keys.
  • Investigate the issue with copying images to the clipboard, potentially involving the Copy Image context menu item, to ensure it reliably writes the selected image to the system clipboard.
  • Consider adding a fallback action when the app cannot copy the image to the clipboard, such as displaying an error message or providing an alternative method for copying the image.
  • Search for existing solutions or workarounds in the Codex App's documentation or community forums that may address the image viewer and clipboard issues.

Notes

The solution may require modifications to the Codex App's codebase, and it is unclear if these changes can be made by the user or require updates from the app developers.

Recommendation

Apply workaround: Since the issue is a feature request and a bug report, it's likely that the user needs to wait for an update from the Codex App developers to address these issues.

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

codex - 💡(How to fix) Fix Improve Codex App image viewer with arrow-key navigation and reliable Copy Image [1 participants]