views:

56

answers:

1

Hi,

I'm trying to get the clipboard ring working by pressing ctrl+shift+v, but this only opens a window showing what the clipboard contains. I would like the items to cycle through as I press v, not open in a window.

ctrl+shift+insert works as expected, and they both seems to be mapped to Edit.CycleClipboardRing, so why don't they behave the same way?

+1  A: 

I think this is a resharper shortcut that's in conflict with your visual studio shortcuts. See if you can find a resharper shortcut mapped to ctrl+shift+v, if you've got resharper installed

David Hedlund
I do, and I searched, but couldn't find any. Will try a closer look...
erikric
found it. it's called `ReSharper.ReSharper_PasteMultiple` in Tools > Options > Keyboard.
David Hedlund
Yeah, found it too, finally. Thanks :)
erikric