Ctrl-Shift-V not working on Windows 8 and Visual Studio 2013?

I used VS 2012 on Windows 7. Yesterday I installed Windows 8 and installed Visual Studio 2013. And I cannot use the Ctrl- Shift- keys Vto ring the clipboard circular. I tried to take manually Ctrl- Shift- Vkeys for the circular clipboard ring in the menu "Tools \ Options \ Keyboard". Still not working.

[SOLVED] - I tried it in the design window. It works fine in the code window.

+3


source to share


2 answers


Open Visual Studio Keyboard Preferences and make sure the binding is set correctly. You may have accidentally chosen a different template the first time you started Visual Studio.

In my C # 2005 bindings, it is available. You may need to reset the mapping schema and restart Visual Studio.



There might be an add-on, such as Resharper, that interferes with key binding.

enter image description here

0


source


Same story on Win7 and VS2013. In my case, only the ReSharper.ReSharper_PasteMultiple shortcut was removed.

Thanks to thread: Visual Studio: ctrl + shift + v opens a window with a clipboard I got it through.



ReSharper was disabled, however I had to completely remove the ReSharper shortcut several times by clicking Remove (this was toggling the stacked values).

0


source







All Articles