hotkeying visual studio?

Started by
1 comment, last by Khaos Dragon 19 years, 7 months ago
I am wondering if it is possible to set hotkeys for various functions in visual studio. For example, instead of having to hit cntrl f7 to compile I would rather press 'c', and instead of cntrl f5 to start without debug, I would rather hit 's'. This would really increase my programming efficiency.
Advertisement
Tools->options->enviornment->keyboard

You can find the event you want to change the keypress of in there. I would not change it to a common key like 'c' or 's', because every time you type an s or c in your compiler (while you are coding!) it is going to try and build the project.
-------------------------Rayoom Sledge Hammer Productions - Programmer
ok thanks, got it, didn't realize there were so many options to configure there. This will really help :)

This topic is closed to new replies.

Advertisement