Keyboard shortcuts are not active in Visual Studio with Resharper installed

c#, resharper, stylecop, visual-studio, windows

Solution

I would first try resetting all Visual Studio settings (Tools > Import and Export Settings > Reset all settings), then go to the Resharper > Options > Keyboard & Menus and re-apply the keyboard shortcut scheme.

I had to do something similar once.

Problem

I have Visual Studio 2012 + Resharper 7.1.1000.900 + StyleCop 4.7.44 installed. The problem is that no shortcuts are active since Resharper was installed. For example: I can still rename via 'Refactor > Rename'. But shorcut Ctrl+R does nothing. I tried setting Resharper keyboard scheme to 'Visual Studio' in 'Resharper > Options > Environment > Keyboard & Menus' Is there any other way to activate shortcuts? Thanks.

Original source