Sean Feldman
Sean Feldman

Reputation: 26057

ctrl-c ctrl-v stopped working in visual studio 2010 and 2012

Can't figure out what happened and not addons were installed lately. Does anyone have an idea what could cause it?

Upvotes: 4

Views: 10134

Answers (4)

I found that key sequence is override by VIM extension in editor. Disable VIM Extension if you don't need it.

Upvotes: 0

Mark Hall
Mark Hall

Reputation: 54562

If it is isolated to Visual Studio go to Tools--> Options --> Keyboard and verify that CtrlC and CtrlV are still bound to Edit.Copy and Edit.Paste respectively.

Upvotes: 11

Chamila Maddumage
Chamila Maddumage

Reputation: 3876

I had the same issue with Visual Studio 2022. Go to Tools > Options > Keyboard and set "Apply the following additional keyboard mapping scheme:" to (Default) and click on reset. Then restart visual studio.

Upvotes: 0

vishal bagdai
vishal bagdai

Reputation: 56

Go to visual studio

In Tools > Options > Keyboard

set mapping scheme dropdonw to Default and click on Reset button.

Restart Visual studio at once.

Your problem may resolved.

Upvotes: 4

Related Questions