[BUG]
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
[BUG] Ctrl+Insert copy stopped working in terminal after update to ~2.1.169
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report
Environment
- Claude Code Version: 2.1.169
- OS: Windows 10 x64, Build 18363 (version 1909)
- Terminal: Windows PowerShell (legacy) and Windows Terminal
- Installation method: Native installer
What's Wrong?
Copying text from Claude Code terminal output using Ctrl+Insert stopped working approximately 5 days ago. This shortcut worked correctly before the recent update.
Current behavior:
Ctrl+Insertdoes nothing — text is not copied to clipboardCtrl+Cdoes not copy (expected, as it interrupts the process)Ctrl+Shift+Cdoes not copy- Right-click → Copy does not copy
- Mouse selection +
Ctrl+Insertdoes not copy - The only workaround that partially works is holding
Shiftwhile selecting text, then pasting withShift+Insert
Expected behavior:
- Select text with mouse →
Ctrl+Insertshould copy selected text to clipboard - This worked correctly before the update to ~2.1.169
Steps to Reproduce
- Open PowerShell or Windows Terminal
- Launch
claude - Wait for any response from Claude Code
- Try to select text with mouse
- Press
Ctrl+Insert - Nothing is copied to clipboard
Additional Context
Claude Code appears to capture mouse events and place the terminal in raw mode, which interferes with standard text selection and copy shortcuts. This behavior was not present before the recent update.
Attempted workarounds that did NOT help:
- Switching from legacy PowerShell to Windows Terminal
- Setting "Copy on select" to
falsein/settings - Downgrading to 2.1.168 via
npm install -g @anthropic-ai/claude-code@2.1.168- NO WORKING!!!
The issue affects daily workflow significantly as copying Claude's output is a core part of the development process.
What Should Happen?
Select text with mouse → press Ctrl+Insert → text should be copied to clipboard. This worked correctly before the update to version ~2.1.169.
Error Messages/Logs
Steps to Reproduce
- Open PowerShell or Windows Terminal
- Run
claude - Wait for any response
- Select text with mouse
- Press Ctrl+Insert
- Nothing is copied to clipboard
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.1.169
Platform
Anthropic API
Operating System
Windows
Terminal/Shell
Windows Terminal
Additional Information
_No response_
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗