claude-code - 💡(How to fix) Fix macOS: Image paste prompt shows Control+V instead of Command+V, and Command+V doesn't work [2 comments, 2 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
anthropics/claude-code#46706Fetched 2026-04-12 13:35:11
View on GitHub
Comments
2
Participants
2
Timeline
6
Reactions
0
Author
Timeline (top)
labeled ×3commented ×2closed ×1
RAW_BUFFERClick to expand / collapse

Bug Description

When an image is on the clipboard, Claude Code displays a prompt suggesting to press Control + V to paste. On macOS, this should show Command + V (⌘V), following standard macOS conventions.

Additionally, Command + V does not work for pasting images — only Control + V works. This is a dual issue:

  1. UI text issue: The hint text shows "Control + V" instead of "Command + V" on macOS
  2. Keybinding issue: Command + V (the standard macOS paste shortcut) doesn't actually paste the image — only Control + V does

Expected Behavior

  • On macOS, the prompt should display Command + V (or ⌘V)
  • Command + V should be the working keybinding for pasting images on macOS

Actual Behavior

  • The prompt displays Control + V regardless of platform
  • Only Control + V works to paste images, even on macOS
  • Command + V does nothing

Environment

  • Platform: macOS (MacBook)
  • Application: Claude Code CLI

extent analysis

TL;DR

The issue can be resolved by updating the keybinding and hint text to use the standard macOS shortcut, Command + V (⌘V), instead of Control + V.

Guidance

  • Identify the platform-specific code that handles the paste shortcut and update it to use Command + V on macOS.
  • Update the hint text to display Command + V (or ⌘V) on macOS, following standard macOS conventions.
  • Verify that the updated keybinding works correctly by testing it on a macOS device.
  • Consider adding platform-specific logic to handle different keyboard shortcuts for different operating systems.

Example

No explicit code example is provided due to the lack of specific code details in the issue.

Notes

The solution assumes that the application has the capability to detect the operating system and update the keybinding and hint text accordingly. Additional debugging may be required to ensure that the updated keybinding works correctly in all scenarios.

Recommendation

Apply a workaround by manually updating the keybinding and hint text to use Command + V on macOS, as this is a more straightforward solution than waiting for an official fix. This approach allows for a quick resolution to the issue while maintaining standard macOS conventions.

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