Home
Contact
Forums
Awards
Press
Subscribe
Social
About
 ___
Authors:
Jason Doucette
Matthew Doucette
 ___
Games:
Duality ZF
Decimation X
Score Rush
 ___
Articles:
Blog
Games
Tech
Windows
Webmaster
Coding
 ___
Web Utilities:
Domain Hacks
Suggest
 ___
Freeware:
ZoomView
AntiSpam Mailto
 ___
Quotes:
Inspirational
Intelligence
Education
Action
Scientific
Chess
Financial
Programming
 ___
Social:
YouTube
Facebook
Twitter
 ___
Books
Videos
Wallpapers
 ___
Music
Color List
TI-99/4A
Parsec
Optical Illusions
Web Design
Trivia
Domains
Donations
Copyrights
Disclaimer
Links
 ___
Forums
About
Contact
Keyboard Shortcuts - Visual Studio 6


Tuesday, August 02, 2005
By: Jason Doucette
(printer friendly version)

 

Visual Studio 6 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 Studio 6'.

(The other Keyboard Mapping Schemes that come with Visual C++ .NET 2003 (v7.1) are: VS .NET 2003 Default Settings, Visual C++ 6, Visual C++ 2, and Visual Basic 6.)

 

Keyboard Mappings - Visual Studio 6
ActionKey
View.ViewCodeGlobal::F7
View.ViewDesignerGlobal::Shift+F7
Global::Alt+Enter
File.OpenFileGlobal::Ctrl+Shift+O
File.SaveSelectedItemsGlobal::Ctrl+S
File.SaveAllGlobal::Ctrl+Shift+S
Edit.CutGlobal::Ctrl+X
Global::Shift+Del
Edit.CopyGlobal::Ctrl+C
Global::Ctrl+Ins
Edit.PasteGlobal::Ctrl+V
Global::Shift+Ins
Debug.StartGlobal::F5
Edit.GoToFindComboGlobal::Ctrl+Shift+F
View.SolutionExplorerGlobal::Ctrl+Alt+J
View.PropertiesWindowGlobal::F4
View.ObjectBrowserGlobal::Ctrl+Alt+B
Text Editor::F2
HTML Editor Design View::F2
View.ToolboxGlobal::Ctrl+Alt+X
File.NewProjectGlobal::Ctrl+N
Edit.UndoGlobal::Ctrl+Z
Global::Alt+Bkspce
File.AddNewItemGlobal::Ctrl+D
File.AddExistingItemGlobal::Ctrl+Shift+D
Build.BuildSolutionGlobal::Ctrl+Shift+B
Debug.BreakpointsGlobal::Ctrl+B
Debug.RunningDocumentsGlobal::Ctrl+Alt+R
Debug.LocalsGlobal::Ctrl+Alt+L
Debug.ImmediateGlobal::Ctrl+Alt+I
Debug.CallStackGlobal::Ctrl+Alt+C
Debug.ThreadsGlobal::Ctrl+Alt+H
Debug.StartWithoutDebuggingGlobal::Ctrl+F5
Debug.BreakAllGlobal::Ctrl+Break
Debug.StopDebuggingGlobal::Shift+F5
Debug.RestartGlobal::Ctrl+Shift+F5
Debug.ProcessesGlobal::Ctrl+Shift+R
Debug.ExceptionsGlobal::Ctrl+Shift+E
Debug.StepIntoGlobal::F11
Debug.StepOverGlobal::F10
Debug.StepOutGlobal::Shift+F11
Debug.QuickWatchGlobal::Shift+F9
Debug.ClearAllBreakpointsGlobal::Ctrl+Shift+F9
Database.StepIntoGlobal::Ctrl+E
Format.BoldHTML Editor Design View::Ctrl+B
Format.ItalicHTML Editor Design View::Ctrl+I
Format.UnderlineHTML Editor Design View::Ctrl+U
Format.ConverttoHyperlinkHTML Editor Design View::Ctrl+L
HTML Editor HTML View::Ctrl+L
Format.InsertBookmarkHTML Editor Design View::Ctrl+Shift+L
HTML Editor HTML View::Ctrl+Shift+L
Format.DecreaseIndentHTML Editor Design View::Ctrl+Shift+T
Format.IncreaseIndentHTML Editor Design View::Ctrl+T
Format.SnaptoGridHTML Editor Design View::Ctrl+Shift+G
Format.LockElementHTML Editor Design View::Ctrl+Shift+K
View.DocumentOutlineGlobal::Ctrl+Alt+T
View.TaskListGlobal::Ctrl+Alt+K
View.OutputGlobal::Ctrl+Alt+O
File.NewFileGlobal::Ctrl+Shift+N
File.OpenProjectGlobal::Ctrl+O
File.PrintGlobal::Ctrl+P
Edit.RedoGlobal::Ctrl+Y
Global::Ctrl+Shift+Z
Global::Shift+Alt+Bkspce
Edit.DeleteGlobal::Del
Edit.SelectAllGlobal::Ctrl+A
Edit.FindGlobal::Ctrl+F
Edit.ReplaceGlobal::Ctrl+H
Edit.GoToGlobal::Ctrl+G
Edit.StopSearchGlobal::Alt+F3, S
Edit.HiddenTextGlobal::Alt+F3, N
Edit.MatchCaseGlobal::Alt+F3, C
Edit.WholeWordGlobal::Alt+F3, W
Edit.RegularExpressionGlobal::Alt+F3, R
Edit.UpGlobal::Alt+F3, B
Edit.FindNextGlobal::F3
Edit.FindPreviousGlobal::Shift+F3
Edit.FindNextSelectedGlobal::Ctrl+F3
Edit.FindPreviousSelectedGlobal::Ctrl+Shift+F3
Edit.GotoNextLocationGlobal::F12
Edit.GotoPreviousLocationGlobal::Shift+F12
Edit.FormatSelectionText Editor::Alt+F8
Edit.TabifySelectionText Editor::Ctrl+Q
Edit.UntabifySelectionText Editor::Ctrl+Shift+Q
Edit.MakeUppercaseText Editor::Ctrl+Shift+U
Edit.MakeLowercaseText Editor::Ctrl+U
Edit.ViewWhiteSpaceText Editor::Ctrl+R, Ctrl+W
Edit.ToggleBookmarkText Editor::Ctrl+K, Ctrl+K
Edit.NextBookmarkText Editor::Ctrl+K, Ctrl+N
Edit.PreviousBookmarkText Editor::Ctrl+K, Ctrl+P
Edit.ClearBookmarksText Editor::Ctrl+K, Ctrl+L
Edit.ToggleTaskListShortcutText Editor::Ctrl+K, Ctrl+H
Edit.ListMembersText Editor::Ctrl+J
Edit.ParameterInfoText Editor::Ctrl+Shift+I
HTML Editor HTML View::Ctrl+I
Edit.QuickInfoText Editor::Ctrl+I
Edit.CompleteWordText Editor::Ctrl+Space
Edit.DeleteBackwardsText Editor::Bkspce
Text Editor::Shift+Bkspce
Edit.BreakLineText Editor::Enter
Text Editor::Shift+Enter
Edit.InsertTabText Editor::Tab
Edit.CharLeftText Editor::Left Arrow
Edit.CharLeftExtendText Editor::Shift+Left Arrow
Edit.CharRightText Editor::Right Arrow
Edit.CharRightExtendText Editor::Shift+Right Arrow
Edit.LineUpText Editor::Up Arrow
Edit.LineUpExtendText Editor::Shift+Up Arrow
Edit.LineDownText Editor::Down Arrow
Edit.LineDownExtendText Editor::Shift+Down Arrow
Edit.DocumentStartText Editor::Ctrl+Home
Edit.DocumentStartExtendText Editor::Ctrl+Shift+Home
Edit.DocumentEndText Editor::Ctrl+End
Edit.DocumentEndExtendText Editor::Ctrl+Shift+End
Edit.LineStartText Editor::Home
Edit.LineStartExtendText Editor::Shift+Home
Edit.LineEndText Editor::End
Edit.LineEndExtendText Editor::Shift+End
Edit.PageUpText Editor::PgUp
Edit.PageUpExtendText Editor::Shift+PgUp
Edit.PageDownText Editor::PgDn
Edit.PageDownExtendText Editor::Shift+PgDn
Edit.ViewTopText Editor::Ctrl+PgUp
Edit.ViewTopExtendText Editor::Ctrl+Shift+PgUp
Edit.ViewBottomText Editor::Ctrl+PgDn
Edit.ViewBottomExtendText Editor::Ctrl+Shift+PgDn
Edit.ScrollLineUpText Editor::Ctrl+Up Arrow
Edit.ScrollLineDownText Editor::Ctrl+Down Arrow
Edit.TabLeftText Editor::Shift+Tab
Edit.GotoBraceText Editor::Ctrl+]
Edit.GotoBraceExtendText Editor::Ctrl+Shift+]
Edit.OvertypeModeText Editor::Ins
Edit.LineCutText Editor::Ctrl+M
Edit.LineDeleteText Editor::Ctrl+Shift+M
Edit.LineOpenAboveText Editor::Ctrl+Enter
Edit.LineOpenBelowText Editor::Ctrl+Shift+Enter
Edit.CharTransposeText Editor::Ctrl+T
Edit.WordTransposeText Editor::Ctrl+Shift+T
Edit.LineTransposeText Editor::Shift+Alt+T
Edit.SelectCurrentWordText Editor::Ctrl+W
Edit.WordDeleteToStartText Editor::Ctrl+Bkspce
Edit.WordDeleteToEndText Editor::Ctrl+Del
Edit.WordPreviousText Editor::Ctrl+Left Arrow
Edit.WordPreviousExtendText Editor::Ctrl+Shift+Left Arrow
Edit.WordNextText Editor::Ctrl+Right Arrow
Edit.WordNextExtendText Editor::Ctrl+Shift+Right Arrow
Edit.SelectionCancelText Editor::Esc
View.PropertyPagesGlobal::Shift+F4
Debug.ShowNextStatementGlobal::Alt+Num *
Debug.SetNextStatementGlobal::Ctrl+Shift+F10
Debug.RunToCursorGlobal::Ctrl+F10
Debug.ToggleBreakpointGlobal::F9
Debug.EnableBreakpointGlobal::Ctrl+F9
Window.NextTabGlobal::Ctrl+PgDn
Window.PreviousTabGlobal::Ctrl+PgUp
Window.CloseToolWindowGlobal::Shift+Esc
Window.ActivateDocumentWindowGlobal::Esc
Window.NextPaneGlobal::Alt+F6
Window.PreviousPaneGlobal::Shift+Alt+F6
Window.NextDocumentWindowGlobal::Ctrl+Tab
Global::Ctrl+F6
Window.PreviousDocumentWindowGlobal::Ctrl+Shift+Tab
Global::Ctrl+Shift+F6
Window.CloseDocumentWindowGlobal::Ctrl+F4
Window.NextSplitPaneGlobal::F6
Window.PreviousSplitPaneGlobal::Shift+F6
Help.F1HelpGlobal::F1
Global::Ctrl+Alt+W
Global::F2

 

Discuss.

 

About the Author:  I am Jason Doucette of Xona Games, an award-winningteam-of-two indie studio concentrating on "intense retro" games (Xbox LIVE, PSN, WiiWare, and Windows PC). We've released Decimation X (XBLIG), a 1-4 player shmup, #1 best selling and #1 top rated XBLIG in Japan. We're working on Duality ZF (XBLA), a groundbreaking 1-4 player shmup, which placed #1 in Canada and #5 in the world in Microsoft's Dream Build Play 2010 contest. It features dual play, the ability to control two fighters at once, and a massively upgradable 32-stage spread/laser weapon system. 4 player dual play allows up to eight fighters at once.  Many of these features are never before seen shoot'em up firsts. Both games feature beautiful electronic Imphenzia soundtracks.  Help spread the word with our official dualityzf.com and decimationx.com websites.

P.S. Watch out for Score Rush (official website scorerush.com), another 1-4 player shmup. Coming soon to XBLIG.

*Shmup also known as: shoot'em up, 2D shooter, scrolling shooter, space shooter, spaceship shooter, retro shooter, etc.



> Home
> Discuss
> Contact
  ©Xona.com™


Email:
"Xona Games" and "Xona.com" trademarked and copyrighted by Xona Games Inc.,
Jason Doucette, and Matthew Doucette.
6,775,331 page views (since 2004-Jul-27)
© Xona Games Inc.