This question is locked. New answers and comments are not allowed.
Recently, there were several client reports about interference between some of the default JustTrace shortcuts inside Visual Studio. The conflicting shortcuts were the ones, used for activating both of the JustTrace profilers (JustTrace.MemoryProfiler and JustTrace.PerformanceProfiler). The default keys for these commands were:
This is already fixed in the upcoming JustTrace official release. We have changed the shortcuts to not interfere with the user environment in such ways. The new shortcuts for enabling the profilers 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 JustTrace official release. We have changed the shortcuts to not interfere with the user environment in such ways. The new shortcuts for enabling the profilers will be:
- Ctrl + Shift + ' - for JustTrace.MemoryProfiler
- Ctrl + Shift + ; - for JustTrace.PerformanceProfiler
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: JustTrace
- Then find JustTrace.MemoryProfiler and JustTrace.PerformanceProfiler and remove or change their shortcuts as you want (you can also change the rest of the JustTrace shortcuts if required). Note that, you will need to remove the old shortcuts in order to disable them.