Ever hit the F5 key in Visual Studio, launching the slow debug mode, when you thought you already switched to the web browser?
Yes, I thought so.
This is confusing!
But - no more!
You just need to remove the shortcut key mapping to F5 in Visual Studio. Here's how:
- Go to Tools->Options->Environment and choose Keyboard.
- Write Debug.Start in the "Show commands containing:" text field.
- Press Remove and then OK.
- Done!
No more freak F5 mapping in Visual Studio :-)
No comments :
Post a Comment