views:

64

answers:

6

Hi,

I have recently installed Reshaper....this is very good and helpful however it has changed all my keyboard shortcuts e.g. to comment out code it was ctrl+e then c, now it is ctrl+k then c.....this is a pain given that I have got myself into a natural swing of using all the shortcuts and now I have to think everytime I want to use them...

A solution is obviously to shut up and use the new shortcuts....I agree, but its unnecessary to change the way I work if a alteration solution is possible - so therefore its necessary to not change.

Thanks,

U.

A: 

It should be possible. Check out this MSDN article on how to alter keyboard shortcuts in Visual Studio.

Alison
Thanks for the link it was interesting.
A: 

Yes, just go to Tools->Customize and click the "Keyboard" button in the bottom left.

Mike Caron
Relates to Tims reply above, but yes thanks I will use this approach.U.
+1  A: 

Hi,

You can tell Resharper to use the VS shortcuts instead. At least for those you already know, they will stay the same

Luis Boucinha
yes initially when you install resharper and restart VS yes....however I didnt pay attention here and applied all resharper ones....I was just curious about a method to change the the shortcuts anyway.Thanks alot!
+1  A: 

@Mike mentions the Tools, Customize, Keyboard button. There's a 'Reset' button in there that will take you to a pre-Resharper state.

If you later want to go back to the Resharper shortcuts, you can use a button in Resharper's own Options dialog to apply them.

Tim Robinson
I think this resetting method would be appropriate, then I can any that shortcuts that I may need for resharper.Thanks greatly, didnt even see the reset button!U.
A: 

During installation of ReSharper you can set whether it uses its own shortcut keys or Visual Studio. Moreover, there is an option in ReSharper to associate/dis-associate the keyboard shortcuts after installation.

AMissico
+1  A: 

Select ReSharper menu -> Options -> Visual Studio Integration: Select None and Apply Scheme. However, I highly recommend you pick one of the two keyboard layouts and learn it. Also, unplug the mouse a couple of hours a day. It helps improve efficiency.

Hadi Hariri