Khadaji
Khadaji

Reputation: 2167

F6 for compiling?

I have become accustomed to using F6 to compile the current document. A third-party install appears to have turned this function off. (F6 no longer does anything.)

Can anyone tell me how to get it back?

I'm using VS2008

Upvotes: 5

Views: 5319

Answers (4)

VMware's integrated debugging tool did this to me too. You can change this back to whatever you want, but every time you restart Visual Studio your keyboard shortcuts will be changed again.

The only way I could fix this was to remove the VMware debugging tools.

Upvotes: 2

Khadaji
Khadaji

Reputation: 2167

Thanks. The dialog: Tools > Options > Keybord Allowed me to set the keyboard back to Visual C# 2005. So far, this seems to be what I wanted.

Upvotes: 2

Dan McClain
Dan McClain

Reputation: 11920

Its become a habit for me to use Ctrl + Shift + B to build my solutions. I know this doesnt answer your question, but I thought I would point it out.

Another keyboard shortcut is use constantly is Alt + Shift + F10. It opens the drop menu from the little red square under a change (the autocorrect type thing, I'm not sure what its called, also works for autocorrect in all the MS apps)

Upvotes: 0

Andrew Hare
Andrew Hare

Reputation: 351526

Tools > Options > Keybord

This dialog lets you bind keyboard shortcuts to your heart's content. BTW this is how you bind keyboard shortcuts to custom IDE macros as well.

Upvotes: 12

Related Questions