This question is locked. New answers and comments are not allowed.
Recently, there were several client reports about interference between
some of the default JustMock shortcuts inside Visual Studio. The
conflicting shortcuts were the ones, used for enabling and disabling the
JustMock profiler (JustMock.EnableProfiler and JustMock.DisableProfiler). The default keys for these commands were:
This is already fixed in the upcoming JustMock official release. We have changed the shortcuts to not interfere with the user environment in such ways. The new shortcuts for enabling and disabling the profiler will be:
As a workaround, until the next version is out, you can change the shortcuts from inside Visual Studio by performing the following:
- Ctrl + Alt + [
- Ctrl + Alt + ]
This is already fixed in the upcoming JustMock official release. We have changed the shortcuts to not interfere with the user environment in such ways. The new shortcuts for enabling and disabling the profiler will be:
- Ctrl + Shift + [ - for JustMock.EnableProfiler
- Ctrl + Shift + ] - for JustMock.DisableProfiler
As a workaround, until the next version is out, you can change the shortcuts from inside Visual Studio by performing the following:
- From Tools menu, go to Options;
- Navigate to Environment > Keyboard;
- Inside the "Show commands containing" text box write: JustMock
- Then find JustMock.EnableProfiler and JustMock.DisableProfiler and remove or change their shortcuts as you want (you can also change the rest of the JustMock shortcuts if required). Note that, you will need to remove the old shortcuts in order to disable them.