Our website uses cookies to enhance your browsing experience.
Accept
to the top
close form

Fill out the form in 2 simple steps below:

Your contact information:

Step 1
Congratulations! This is your promo code!

Desired license type:

Step 2
Team license
Enterprise license
** By clicking this button you agree to our Privacy Policy statement
close form
Request our prices
New License
License Renewal
--Select currency--
USD
EUR
* By clicking this button you agree to our Privacy Policy statement

close form
Free PVS‑Studio license for Microsoft MVP specialists
* By clicking this button you agree to our Privacy Policy statement

close form
To get the licence for your open-source project, please fill out this form
* By clicking this button you agree to our Privacy Policy statement

close form
I am interested to try it on the platforms:
* By clicking this button you agree to our Privacy Policy statement

close form
check circle
Message submitted.

Your message has been sent. We will email you at


If you haven't received our response, please do the following:
check your Spam/Junk folder and click the "Not Spam" button for our message.
This way, you won't miss messages from our team in the future.

>
>
Note about hotkeys

Note about hotkeys

Dec 12 2014

Even if our product, PVS-Studio, position itself as a tool for programmers, and it is the reason why almost all questions sent to tech support are highly specialized (i.e. usually we are not replying something like "Have you tried turning it off and on again?"), sometimes we actually have to reply in Captain Obvious style. One of the questions that is lying in this category is why don't you have a hotkey mapped to check current file / check solution or why hotkeys mapped to "Go to Next Message" and "Go to Previous Message" (Alt+'[' and Alt+']') are chosen to be so inconvenient? OK, let us try to figure out how could have that been happened.

0296_Hotkeys/image1.png

Why these hotkeys?

In general, usually that quickly becomes a nuisance when developing Visual Studio add-ons - proper hotkeys selection. The main idea is that hotkeys is a very convenient tool because it helps to save a lot of time while others slowly move mouse cursor (that is one of the reasons why vi and emacs text editors are so popular). However, there are no use of the hotkey like "Ctrl+Shift+Alt+Numpad 4 while NumLock is off". Neither does the hotkey that requires making multiple chords like Alt+K, Ctrl+L, Ctrl+Shift+Z. Such combinations may make programmer's life more difficult because time spent on pressing those hotkeys is not a lot shorter than time spent on pair of clicks. What was the may reason of hotkeys usage? Nevertheless, there is another problem. Of course, one would like to that jump to next or previous PVS-Studio warning be more accessible, but Visual Studio hotkeys already occupies a large fraction of the keyboard, and the fraction that is not used, are almost certainly taken by the most popular add-ons. This is the reason why we chose the default hotkeys that is not used by Visual Studio nor by the most popular add-ons. However, it is just by default. As you would have probably guessed, every menu option may be mapped (or remapped) to any hotkey.

Hotkey mapping

In this paragraph, we shall explain how to map a hotkey to the "Check current file" item. We shall bind an Alt+'\' hotkey. Of course, similar method can be used to bind hotkey to any item, including "Go to Next Message" and "Go to Previous Message". It should be clear that any hotkey might be bound, not only Alt+'\'.

To do that, first of all one needs to enter "Options" menu of Visual Studio IDE. Screenshots below illustrate all the actions as applied to Microsoft Visual Studio Professional 2012.

0296_Hotkeys/image2.png

Figure 1 - Options menu

After the dialog window pops up, next step is to open "Environment" and choose "Keyboard".

0296_Hotkeys/image4.png

Figure 2 - Keyboard menu

To make search simpler, we recommend entering "PVSStudio" filter into "Show commands containing:" field. This should filter all the possible mapping options to the ones related to PVS-Studio.

0296_Hotkeys/image5.png

Figure 3 - Filtering all the options to ones containing "PVSStudio" keyword.

After that, it is required to locate the required line. In our case it's "PVSStudio.CheckCurrentFile" - Check current file menu option.

0296_Hotkeys/image6.png

Figure 4 - Selecting the "PVSStudio.CheckCurrentFile" line

Next step is to focus the "Press Shortcut Keys" field and press key combination and then click on "Assign" to make binding.

0296_Hotkeys/image7.png

Figure 5 - Mapping "PVSStudio.CheckCurrentFile" to Alt+'\' hotkey

The last step is to press "OK" and make sure everything works as expected.

0296_Hotkeys/image8.png

Figure 6 - Correctly mapped hotkey

Conclusion

Despite the fact that the subject of this note is obvious, we hope that it will be useful to somebody, because it allows not only mapping any hotkey into any command of our tool this way, but also mapping any commands of Visual Studio and commands of other add-ons as well.

Popular related articles


Comments (0)

Next comments next comments
close comment form