Tuesday, August 2, 2005
By: Jason Doucette
Visual C++ 2 Keyboard Shortcuts
This Visual Studio .NET Macro was run from within Visual C++ .NET 2003 (v7.1), with the Keyboard Mapping Scheme (set from Tools -> Options -> Environment -> Keyboard -> Keyboard Mapping Scheme) set to 'Visual C++ 2'.
(The other Keyboard Mapping Schemes that come with Visual C++ .NET 2003 (v7.1) are: VS .NET 2003 Default Settings, Visual C++ 6, Visual Studio 6, and Visual Basic 6.)
| Keyboard Mappings - Visual C++ 2 | |
|---|---|
| Action | Key |
| File.OpenFile | Global::Ctrl+O Global::Ctrl+F12 |
| File.SaveSelectedItems | Global::Ctrl+S Global::Shift+F12 |
| File.SaveAll | Global::Ctrl+Shift+S |
| Edit.Cut | Global::Ctrl+X Global::Shift+Del Global::Ctrl+Alt+W |
| Edit.Copy | Global::Ctrl+C Global::Ctrl+Ins |
| Edit.Paste | Global::Ctrl+V Global::Shift+Ins |
| Debug.Start | Global::F5 |
| Edit.GoToFindCombo | Global::Ctrl+F Global::Alt+A |
| View.SolutionExplorer | Global::Alt+0 |
| View.PropertiesWindow | Global::Ctrl+W Global::Alt+Enter |
| View.ObjectBrowser | Global::Shift+Alt+F1 |
| File.NewProject | Global::Ctrl+Shift+N |
| Edit.Undo | Global::Ctrl+Z Global::Alt+Bkspce |
| Project.AddResource | Global::Ctrl+R |
| Build.BuildSolution | Global::Shift+F8 |
| Build.RebuildSolution | Global::Alt+F8 |
| Build.Cancel | Global::Ctrl+Break |
| Build.Compile | Global::Ctrl+F8 |
| Debug.Breakpoints | Global::Ctrl+B |
| Debug.Locals | Global::Alt+3 |
| Debug.CallStack | Global::Ctrl+K Global::Alt+6 |
| Debug.Memory1 | Global::Alt+5 |
| Debug.Disassembly | Global::Alt+7 |
| Debug.Registers | Global::Alt+4 |
| Debug.ToggleDisassembly | Global::Ctrl+F7 |
| Debug.StartWithoutDebugging | Global::Ctrl+F5 |
| Debug.StopDebugging | Global::Alt+F5 |
| Debug.Restart | Global::Shift+F5 |
| Debug.ApplyCodeChanges | Global::Alt+F10 |
| Debug.StepInto | Global::F8 |
| Debug.StepOver | Global::F10 |
| Debug.StepOut | Global::Shift+F7 |
| Debug.QuickWatch | Global::Shift+F9 |
| Database.StepInto | Global::Ctrl+E |
| Format.Bold | HTML Editor Design View::Ctrl+B |
| Format.Italic | HTML Editor Design View::Ctrl+I |
| Format.Underline | HTML Editor Design View::Ctrl+U |
| Format.DecreaseIndent | HTML Editor Design View::Ctrl+Shift+T |
| Format.IncreaseIndent | HTML Editor Design View::Ctrl+T |
| Format.MakeSameWidth | VC Dialog Editor::Ctrl+- |
| Format.MakeSameHeight | VC Dialog Editor::Ctrl+\ |
| Format.MakeSameSize | VC Dialog Editor::Ctrl+= |
| Format.ButtonRight | VC Dialog Editor::Ctrl+B |
| Format.ButtonBottom | VC Dialog Editor::Ctrl+Shift+B |
| Format.CenterVertical | VC Dialog Editor::Shift+F9 |
| Format.CenterHorizontal | VC Dialog Editor::F9 |
| Format.SizetoContent | VC Dialog Editor::F7 |
| Format.TabOrder | VC Dialog Editor::Ctrl+D |
| Format.TestDialog | VC Dialog Editor::Ctrl+T |
| Format.CenterHorizontally | VC Dialog Editor::Ctrl+Shift+F9 |
| Format.CenterVertically | VC Dialog Editor::Ctrl+F9 |
| View.NavigateBackward | Text Editor::Ctrl+Num * |
| View.Output | Global::Alt+1 |
| File.NewFile | Global::Ctrl+N |
| File.OpenProject | Global::Ctrl+Shift+O |
| File.SaveSelectedItemsAs | Global::F12 |
| File.Rename | Global::F2 |
| File.Print | Global::Ctrl+P Global::Ctrl+Shift+Alt+F2 Global::Ctrl+Shift+F12 |
| Edit.Redo | Global::Ctrl+Shift+Z Global::Shift+Alt+Bkspce Global::Ctrl+A |
| Edit.Delete | Global::Del |
| Edit.Find | Global::Alt+F3 |
| Edit.FindSymbol | Global::Ctrl+Alt+F11 Global::Ctrl+F11 |
| Edit.GoTo | Global::Ctrl+G |
| Edit.GoToDefinition | Global::F11 Global::Alt+F1 |
| Edit.GoToReference | Global::Shift+F11 Global::Shift+Alt+F11 |
| Edit.OpenFile | Global::Ctrl+Shift+G |
| Edit.FindNext | Global::F3 |
| Edit.FindPrevious | Global::Shift+F3 |
| Edit.FindNextSelected | Global::Ctrl+F3 |
| Edit.FindPreviousSelected | Global::Ctrl+Shift+F3 |
| Edit.GotoNextLocation | Global::F4 |
| Edit.GotoPreviousLocation | Global::Shift+F4 |
| Edit.CheckMnemonics | VC Dialog Editor::Ctrl+M |
| Edit.FormatSelection | Text Editor::Ctrl+Shift+F Text Editor::Ctrl+Alt+I |
| Edit.MakeUppercase | Text Editor::Ctrl+Shift+U |
| Edit.MakeLowercase | Text Editor::Ctrl+U |
| Edit.ViewWhiteSpace | Text Editor::Ctrl+Alt+T |
| Edit.ToggleBookmark | Text Editor::Ctrl+F2 |
| Edit.NextBookmark | Text Editor::F2 |
| Edit.PreviousBookmark | Text Editor::Shift+F2 |
| Edit.ListMembers | Global::Ctrl+Alt+T |
| Edit.ParameterInfo | Text Editor::Ctrl+Shift+Space |
| Edit.QuickInfo | Global::Ctrl+T |
| Edit.CompleteWord | Text Editor::Ctrl+Space |
| Edit.DeleteBackwards | Text Editor::Bkspce Text Editor::Shift+Bkspce |
| Edit.BreakLine | Text Editor::Enter Text Editor::Shift+Enter |
| Edit.InsertTab | Text Editor::Tab |
| Edit.CharLeft | Text Editor::Left Arrow |
| Edit.CharLeftExtend | Text Editor::Shift+Left Arrow |
| Edit.CharRight | Text Editor::Right Arrow |
| Edit.CharRightExtend | Text Editor::Shift+Right Arrow |
| Edit.LineUp | Text Editor::Up Arrow |
| Edit.LineUpExtend | Text Editor::Shift+Up Arrow |
| Edit.LineDown | Text Editor::Down Arrow |
| Edit.LineDownExtend | Text Editor::Shift+Down Arrow |
| Edit.DocumentStart | Text Editor::Ctrl+Home |
| Edit.DocumentStartExtend | Text Editor::Ctrl+Shift+Home |
| Edit.DocumentEnd | Text Editor::Ctrl+End |
| Edit.DocumentEndExtend | Text Editor::Ctrl+Shift+End |
| Edit.LineStart | Text Editor::Home |
| Edit.LineStartExtend | Text Editor::Shift+Home |
| Edit.LineEnd | Text Editor::End |
| Edit.LineEndExtend | Text Editor::Shift+End |
| Edit.PageUp | Text Editor::PgUp |
| Edit.PageUpExtend | Text Editor::Shift+PgUp |
| Edit.PageDown | Text Editor::PgDn |
| Edit.PageDownExtend | Text Editor::Shift+PgDn |
| Edit.ScrollLineUp | Text Editor::Ctrl+Up Arrow |
| Edit.ScrollLineDown | Text Editor::Ctrl+Down Arrow |
| Edit.TabLeft | Text Editor::Shift+Tab |
| Edit.SwapAnchor | Text Editor::Ctrl+Shift+X |
| Edit.GotoBrace | Text Editor::Ctrl+] Text Editor::Ctrl+M |
| Edit.GotoBraceExtend | Text Editor::Ctrl+Shift+] Text Editor::Ctrl+Shift+M |
| Edit.OvertypeMode | Text Editor::Ins |
| Edit.LineCut | Text Editor::Ctrl+Y |
| Edit.LineOpenAbove | Text Editor::Ctrl+Enter |
| Edit.LineOpenBelow | Text Editor::Ctrl+Shift+Enter |
| Edit.WordDeleteToStart | Text Editor::Ctrl+Bkspce |
| Edit.WordDeleteToEnd | Text Editor::Ctrl+Del |
| Edit.WordPrevious | Text Editor::Ctrl+Left Arrow |
| Edit.WordPreviousExtend | Text Editor::Ctrl+Shift+Left Arrow |
| Edit.WordNext | Text Editor::Ctrl+Right Arrow |
| Edit.WordNextExtend | Text Editor::Ctrl+Shift+Right Arrow |
| Edit.SelectionCancel | Text Editor::Esc |
| Edit.MoveControlUp | Global::Up Arrow |
| Edit.MoveControlDown | Global::Down Arrow |
| Edit.MoveControlLeft | Global::Left Arrow |
| Edit.MoveControlRight | Global::Right Arrow |
| Edit.SizeControlUp | Global::Shift+Up Arrow |
| Edit.SizeControlDown | Global::Shift+Down Arrow |
| Edit.SizeControlLeft | Global::Shift+Left Arrow |
| Edit.SizeControlRight | Global::Shift+Right Arrow |
| View.PopBrowseContext | Global::Ctrl+Num * |
| Debug.ShowNextStatement | Global::Alt+Num * |
| Debug.SetNextStatement | Global::Ctrl+Shift+F7 |
| Debug.RunToCursor | Global::F7 |
| Debug.ToggleBreakpoint | Global::F9 |
| Debug.EnableBreakpoint | Global::Ctrl+Shift+F9 |
| Tools.RunTemporaryMacro | Global::Ctrl+Shift+P |
| Tools.RecordTemporaryMacro | Global::Ctrl+Shift+R |
| Window.Dockable | Global::Alt+F6 |
| Window.NextTab | Global::Ctrl+PgDn |
| Window.PreviousTab | Global::Ctrl+PgUp |
| Window.CloseToolWindow | Global::Shift+Esc |
| Window.ActivateDocumentWindow | Global::Esc |
| Window.NextPane | Global::F6 |
| Window.PreviousPane | Global::Shift+F6 |
| Window.NextDocumentWindow | Global::Ctrl+Tab Global::Ctrl+F6 |
| Window.PreviousDocumentWindow | Global::Ctrl+Shift+Tab Global::Ctrl+Shift+F6 |
| Window.CloseDocumentWindow | Global::Ctrl+F4 |
| Help.F1Help | Global::F1 |
| Global::Alt+2 | |
| Global::Alt+F9 Global::Alt+F11 | |
| Global::Alt+F7 | |
About the Author: I am Jason Doucette of Xona Games, an award-winning indie game studio that I founded with my twin brother. We make intensified arcade-style retro games. Our business, our games, our technology, and we as competitive gamers have won prestigious awards and received worldwide press. Our business has won $190,000 in contests. Our games have ranked from #1 in Canada to #1 in Japan, have become #1 best sellers in multiple countries, have won game contests, and have held 3 of the top 5 rated spots in Japan of all Xbox LIVE indie games. Our game engines have been awarded for technical excellence. And we, the developers, have placed #1 in competitive gaming competitions -- relating to the games we make. Read about our story, our awards, our games, and view our blog.
