I am in Windows, but i uses ps, git bash and ubunto and the copy and paste images is not working with ctrl+maj+v

Resolved 💬 1 comment Opened Aug 22, 2025 by Mateo-Florez Closed Oct 28, 2025

No, terminal don't paste events on CMD+V if content in clipboard is an image unfortunately, hence the ctrl+v. We could however change shortcuts or ask users to change shortcuts to support this (by sending keystroke we could listen for) but I feel like ctrl+v is a good start (similar to how we did ctrl+j for new lines for terminals that don't support shift+enter/kitty protocol).

Windows should work with ctrl+maj+v as this conditions should satisfy it, ignoring maj but sending the event. Ctrl+v will not work on windows as its the paste event and will probably not be sent to the terminal

_Originally posted by @pap-openai in https://github.com/openai/codex/pull/1695#discussion_r2293163926_

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗