列出 visual studio 的所有快捷键

列出 visual studio 的所有快捷键

Imports System
Imports System.IO
Imports EnvDTE
Imports EnvDTE80
Imports EnvDTE90
Imports System.Diagnostics

Public Module ModuleListShortCut

Public Sub ListShortcutsInHTML()

'Declare a StreamWriter
Dim sw As System.IO.StreamWriter
sw = New StreamWriter("c:\\demo\\Shortcuts.html")

'Write the beginning HTML
WriteHTMLStart(sw)

' Add a row for each keyboard shortcut
For Each c AsCommand In DTE.Commands
If c.Name<> "" Then
Dim bindings As System.Array
bindings = CType(c.Bindings, System.Array)
For i As Integer= 0 To bindings.Length - 1
sw.WriteLine("<tr>")
sw.WriteLine("<td>"+ c.Name+ "</td>")
sw.WriteLine("<td>"+ bindings(i)+ "</td>")
sw.WriteLine("</tr>")
Next

End If
Next

'Write the end HTML
WriteHTMLEnd(sw)

'Flush and close the stream
sw.Flush()
sw.Close()
End Sub
Public Sub WriteHTMLStart(ByVal swAs System.IO.StreamWriter)
sw.WriteLine("<html>")
sw.WriteLine("<head>")
sw.WriteLine("<title>")

sw.WriteLine("Visual Studio Keyboard Shortcuts")
sw.WriteLine("</title>")
sw.WriteLine("</head>")

sw.WriteLine("<body>")
sw.WriteLine("<h1>Visual Studio 2005 Keyboard Shortcuts</h1>")
sw.WriteLine("<font size=""2"" face=""Verdana"">")
sw.WriteLine("<table border=""1"">")
sw.WriteLine("<tr BGCOLOR=""#018FFF""><td align=""center""><b>Command</b></td><td align=""center""><b>Shortcut</b></td></tr>")


End Sub

Public Sub WriteHTMLEnd(ByVal swAs System.IO.StreamWriter)
sw.WriteLine("</table>")
sw.WriteLine("</font>")
sw.WriteLine("</body>")
sw.WriteLine("</html>")
End Sub

End Module



Visual Studio 2005 Keyboard Shortcuts

CommandShortcut
Format.AlignBottomsVC Dialog Editor::Ctrl+Shift+Down Arrow
Format.AlignMiddlesVC Dialog Editor::F9
Format.AlignLeftsVC Dialog Editor::Ctrl+Shift+Left Arrow
Format.AlignRightsVC Dialog Editor::Ctrl+Shift+Right Arrow
Format.AlignTopsVC Dialog Editor::Ctrl+Shift+Up Arrow
Format.AlignCentersVC Dialog Editor::Shift+F9
Edit.CopyGlobal::Ctrl+C
Edit.CopyGlobal::Ctrl+Ins
Edit.CutGlobal::Ctrl+X
Edit.CutGlobal::Shift+Del
Edit.DeleteClass Diagram::Ctrl+Del
Edit.DeleteGlobal::Del
Edit.PasteGlobal::Ctrl+V
Edit.PasteGlobal::Shift+Ins
File.PrintGlobal::Ctrl+P
Edit.RedoGlobal::Ctrl+Y
Edit.RedoGlobal::Shift+Alt+Bkspce
Edit.RedoGlobal::Ctrl+Shift+Z
Edit.SelectAllGlobal::Ctrl+A
View.ToolboxGlobal::Ctrl+Alt+X
Edit.UndoGlobal::Ctrl+Z
Edit.UndoGlobal::Alt+Bkspce
Format.BoldHTML Editor Design View::Ctrl+B
Format.ItalicHTML Editor Design View::Ctrl+I
Format.UnderlineHTML Editor Design View::Ctrl+U
Edit.FindGlobal::Ctrl+F
QueryDesigner.SQLQuery Designer::Ctrl+3
QueryDesigner.SQLView Designer::Ctrl+3
QueryDesigner.DiagramQuery Designer::Ctrl+1
QueryDesigner.DiagramView Designer::Ctrl+1
QueryDesigner.ResultsQuery Designer::Ctrl+4
QueryDesigner.ResultsView Designer::Ctrl+4
QueryDesigner.CriteriaQuery Designer::Ctrl+2
QueryDesigner.CriteriaView Designer::Ctrl+2
File.RenameGlobal::F2
Edit.RemoveManaged Resources Editor::Del
Debug.StopDebuggingGlobal::Shift+F5
Debug.BreakAllGlobal::Ctrl+Alt+Break
QueryDesigner.ExecuteSQLQuery Designer::Ctrl+R
QueryDesigner.ExecuteSQLView Designer::Ctrl+R
QueryDesigner.GotoRowQuery Designer::Ctrl+G
QueryDesigner.GotoRowView Designer::Ctrl+G
Debug.ThreadsGlobal::Ctrl+Alt+H
File.NewProjectGlobal::Ctrl+Shift+N
File.OpenProjectGlobal::Ctrl+Shift+O
Project.AddNewItemGlobal::Ctrl+Shift+A
File.NewFileGlobal::Ctrl+N
File.OpenFileGlobal::Ctrl+O
File.SaveAllGlobal::Ctrl+Shift+S
Edit.ReplaceGlobal::Ctrl+H
Edit.GoToGlobal::Ctrl+G
View.FullScreenGlobal::Shift+Alt+Enter
View.SolutionExplorerGlobal::Ctrl+Alt+L
View.PropertiesWindowGlobal::Alt+Enter
View.TaskListGlobal::Ctrl+\, Ctrl+T
View.TaskListGlobal::Ctrl+\, T
View.OutputGlobal::Ctrl+Alt+O
View.OutputGlobal::Alt+2
View.ObjectBrowserGlobal::Ctrl+Alt+J
View.DocumentOutlineGlobal::Ctrl+Alt+D
Debug.ImmediateGlobal::Ctrl+Alt+I
Debug.LocalsGlobal::Ctrl+Alt+V, L
Debug.LocalsGlobal::Alt+4
Debug.CallStackGlobal::Alt+7
Project.AddExistingItemGlobal::Shift+Alt+A
Debug.StepIntoGlobal::F11
Debug.StepOverGlobal::F10
Debug.StepOutGlobal::Shift+F11
Debug.RunToCursorGlobal::Ctrl+F10
Debug.QuickWatchGlobal::Ctrl+Alt+Q
Debug.QuickWatchGlobal::Shift+F9
Debug.ToggleBreakpointGlobal::F9
Debug.DeleteAllBreakpointsGlobal::Ctrl+Shift+F9
Debug.ShowNextStatementGlobal::Alt+Num *
Edit.FindinFilesGlobal::Ctrl+Shift+F
Edit.ReplaceinFilesGlobal::Ctrl+Shift+H
Edit.GoToNextLocationGlobal::F8
Edit.GoToNextLocationGlobal::F4
Edit.GoToPrevLocationGlobal::Shift+F4
Window.NextTabGlobal::Ctrl+PgDn
Window.PreviousTabGlobal::Ctrl+PgUp
Window.PreviousTabHTML Editor Design View::Ctrl+PgUp
Window.PreviousTabHTML Editor Source View::Ctrl+PgUp
Window.CloseToolWindowGlobal::Shift+Esc
Window.ActivateDocumentWindowGlobal::Esc
Window.ActivateDocumentWindowGlobal::Alt+0
Debug.StartGlobal::F5
Debug.RestartGlobal::Ctrl+Shift+F5
Window.NextPaneGlobal::Alt+F6
Window.PreviousPaneGlobal::Shift+Alt+F6
View.ErrorListGlobal::Ctrl+\, Ctrl+E
View.ErrorListGlobal::Ctrl+\, E
File.SaveSelectedItemsGlobal::Ctrl+S
View.ViewDesignerHTML Editor Source View::Shift+F7
View.ViewDesignerGlobal::Shift+F7
View.ViewCodeSettings Designer::F7
View.ViewCodeClass Diagram::Enter
View.ViewCodeGlobal::Ctrl+Alt+0
File.ViewinBrowserGlobal::Ctrl+Shift+W
Debug.ExceptionsGlobal::Ctrl+Alt+E
Edit.StopSearchGlobal::Alt+F3, S
Debug.StartWithoutDebuggingGlobal::Ctrl+F5
Edit.FindNextGlobal::F3
Edit.FindPreviousGlobal::Shift+F3
Edit.FindNextSelectedGlobal::Ctrl+F3
Edit.FindPreviousSelectedGlobal::Ctrl+Shift+F3
Debug.EnableBreakpointGlobal::Ctrl+F9
Help.F1HelpGlobal::F1
Project.PropertiesGlobal::Alt+F7
Tools.GoToCommandLineGlobal::Ctrl+/
View.ClassViewGlobal::Ctrl+Shift+C
Window.NextSplitPaneGlobal::F6
Edit.CycleClipboardRingGlobal::Ctrl+Shift+Ins
Window.CloseDocumentWindowGlobal::Ctrl+F4
View.CommandWindowGlobal::Ctrl+Alt+A
Debug.AutosGlobal::Ctrl+Alt+V, A
View.NavigateBackwardGlobal::Ctrl+-
View.NavigateForwardGlobal::Ctrl+Shift+-
Build.BuildSolutionGlobal::Ctrl+Shift+B
Build.BuildSolutionGlobal::F7
Build.RebuildSolutionGlobal::Ctrl+Alt+F7
Build.CancelGlobal::Ctrl+Break
Edit.GoToDefinitionGlobal::F12
Edit.GoToDeclarationGlobal::Ctrl+F12
Edit.GoToDeclarationGlobal::Ctrl+Alt+F12
Project.OverrideGlobal::Ctrl+Alt+Ins
Edit.FindSymbolGlobal::Alt+F12
Edit.FindSymbolGlobal::Ctrl+Shift+Y
View.FindSymbolResultsGlobal::Ctrl+Alt+Y
View.ResourceViewGlobal::Ctrl+Shift+E
Help.WindowHelpGlobal::Shift+F1
View.NextViewHTML Editor Design View::Ctrl+PgDn
View.NextViewHTML Editor Source View::Ctrl+PgDn
Tools.AttachtoProcessGlobal::Ctrl+Alt+P
View.PopBrowseContextGlobal::Ctrl+Num *
Edit.GoToReferenceGlobal::Shift+F12
View.BrowseNextGlobal::Ctrl+Shift+1
View.BrowseNextGlobal::Ctrl+Num +
View.BrowsePreviousGlobal::Ctrl+Shift+2
View.BrowsePreviousGlobal::Ctrl+Num -
Edit.QuickFindSymbolGlobal::Shift+Alt+F12
View.BookmarkWindowGlobal::Ctrl+K, Ctrl+W
Tools.CodeSnippetsManagerGlobal::Ctrl+K, Ctrl+B
Window.NextDocumentWindowNavGlobal::Ctrl+Tab
Window.PreviousDocumentWindowNavGlobal::Ctrl+Shift+Tab
View.ForwardBrowseContextGlobal::Ctrl+Shift+7
Help.ContentsGlobal::Ctrl+Alt+F1
Help.IndexGlobal::Ctrl+Alt+F2
Help.SearchGlobal::Ctrl+Alt+F3
Help.HowDoIGlobal::Ctrl+F1
Help.SearchResultsGlobal::Shift+Alt+F3
Edit.DeleteBackwardsText Editor::Shift+Bkspce
Edit.DeleteBackwardsText Editor::Bkspce
Edit.BreakLineWindows Forms Designer::Enter
Edit.BreakLineText Editor::Shift+Enter
Edit.BreakLineText Editor::Enter
Edit.BreakLineReport Designer::Enter
Edit.InsertTabWindows Forms Designer::Tab
Edit.InsertTabText Editor::Tab
Edit.InsertTabReport Designer::Tab
Edit.TabLeftWindows Forms Designer::Shift+Tab
Edit.TabLeftText Editor::Shift+Tab
Edit.TabLeftReport Designer::Shift+Tab
Edit.CharLeftWindows Forms Designer::Left Arrow
Edit.CharLeftText Editor::Left Arrow
Edit.CharLeftReport Designer::Left Arrow
Edit.CharLeftExtendWindows Forms Designer::Shift+Left Arrow
Edit.CharLeftExtendText Editor::Shift+Left Arrow
Edit.CharLeftExtendReport Designer::Shift+Left Arrow
Edit.CharRightWindows Forms Designer::Right Arrow
Edit.CharRightText Editor::Right Arrow
Edit.CharRightReport Designer::Right Arrow
Edit.CharRightExtendWindows Forms Designer::Shift+Right Arrow
Edit.CharRightExtendText Editor::Shift+Right Arrow
Edit.CharRightExtendReport Designer::Shift+Right Arrow
Edit.LineUpWindows Forms Designer::Up Arrow
Edit.LineUpText Editor::Up Arrow
Edit.LineUpReport Designer::Up Arrow
Edit.LineUpExtendWindows Forms Designer::Shift+Down Arrow
Edit.LineUpExtendText Editor::Shift+Up Arrow
Edit.LineUpExtendReport Designer::Shift+Up Arrow
Edit.LineDownWindows Forms Designer::Down Arrow
Edit.LineDownText Editor::Down Arrow
Edit.LineDownReport Designer::Down Arrow
Edit.LineDownExtendWindows Forms Designer::Shift+Up Arrow
Edit.LineDownExtendText Editor::Shift+Down Arrow
Edit.LineDownExtendReport Designer::Shift+Down Arrow
Edit.DocumentStartWindows Forms Designer::Home
Edit.DocumentStartText Editor::Ctrl+Home
Edit.DocumentStartExtendWindows Forms Designer::Shift+Home
Edit.DocumentStartExtendText Editor::Ctrl+Shift+Home
Edit.DocumentEndWindows Forms Designer::End
Edit.DocumentEndText Editor::Ctrl+End
Edit.DocumentEndExtendWindows Forms Designer::Shift+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.ScrollLineUpVC Dialog Editor::Ctrl+Up Arrow
Edit.ScrollLineUpText Editor::Ctrl+Up Arrow
Edit.ScrollLineDownVC Dialog Editor::Ctrl+Down Arrow
Edit.ScrollLineDownText Editor::Ctrl+Down Arrow
Edit.ScrollColumnLeftVC Dialog Editor::Ctrl+Left Arrow
Edit.ScrollColumnRightVC Dialog Editor::Ctrl+Right Arrow
Edit.MakeLowercaseText Editor::Ctrl+U
Edit.MakeUppercaseText Editor::Ctrl+Shift+U
Edit.SwapAnchorText Editor::Ctrl+K, Ctrl+A
Edit.GotoBraceText Editor::Ctrl+]
Edit.GotoBraceExtendText Editor::Ctrl+Shift+]
Edit.OvertypeModeText Editor::Ins
Edit.LineCutText Editor::Ctrl+L
Edit.LineCutGlobal::Shift+Alt+L
Edit.LineDeleteText Editor::Ctrl+Shift+L
Edit.DeleteHorizontalWhiteSpaceText Editor::Ctrl+K, Ctrl+\
Edit.LineOpenAboveText Editor::Ctrl+Enter
Edit.LineOpenBelowText Editor::Ctrl+Shift+Enter
Edit.ClearBookmarksText Editor::Ctrl+K, Ctrl+L
Edit.ClearBookmarksGlobal::Ctrl+Shift+F2
Edit.ToggleBookmarkText Editor::Ctrl+K, Ctrl+K
Edit.ToggleBookmarkGlobal::Ctrl+F2
Edit.NextBookmarkGlobal::Ctrl+K, Ctrl+N
Edit.NextBookmarkText Editor::F2
Edit.PreviousBookmarkGlobal::Ctrl+K, Ctrl+P
Edit.PreviousBookmarkGlobal::Shift+F2
Edit.CharTransposeText Editor::Ctrl+T
Edit.WordTransposeText Editor::Ctrl+Shift+T
Edit.LineTransposeText Editor::Shift+Alt+T
Edit.SelectCurrentWordText Editor::Ctrl+W
Edit.WordDeleteToEndText Editor::Ctrl+Del
Edit.WordDeleteToStartText Editor::Ctrl+Bkspce
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.SelectionCancelManaged Resources Editor::Esc
Edit.SelectionCancelSettings Designer::Esc
Edit.SelectionCancelWindows Forms Designer::Esc
Edit.SelectionCancelText Editor::Esc
Edit.SelectionCancelReport Designer::Esc
Edit.ParameterInfoText Editor::Ctrl+Shift+Space
Edit.ViewWhiteSpaceText Editor::Ctrl+R, Ctrl+W
Edit.ViewWhiteSpaceGlobal::Ctrl+Shift+8
Edit.CompleteWordText Editor::Alt+Right Arrow
Edit.CompleteWordText Editor::Ctrl+Space
Edit.ListMembersText Editor::Ctrl+J
Edit.ListMembersGlobal::Ctrl+Alt+T
Edit.FormatSelectionText Editor::Ctrl+K, Ctrl+F
Edit.FormatSelectionGlobal::Alt+F8
Edit.ToggleTaskListShortcutText Editor::Ctrl+K, Ctrl+H
Edit.QuickInfoText Editor::Ctrl+K, Ctrl+I
Edit.CharLeftExtendColumnText Editor::Shift+Alt+Left Arrow
Edit.CharRightExtendColumnText Editor::Shift+Alt+Right Arrow
Edit.LineUpExtendColumnText Editor::Shift+Alt+Up Arrow
Edit.LineDownExtendColumnText Editor::Shift+Alt+Down Arrow
Edit.ToggleWordWrapText Editor::Ctrl+E, Ctrl+W
Edit.IncrementalSearchText Editor::Ctrl+I
Edit.ReverseIncrementalSearchText Editor::Ctrl+Shift+I
Edit.LineStartExtendColumnText Editor::Shift+Alt+Home
Edit.LineEndExtendColumnText Editor::Shift+Alt+End
Edit.WordPreviousExtendColumnText Editor::Ctrl+Shift+Alt+Left Arrow
Edit.WordNextExtendColumnText Editor::Ctrl+Shift+Alt+Right Arrow
Edit.HideSelectionText Editor::Ctrl+M, Ctrl+H
Edit.ToggleOutliningExpansionText Editor::Ctrl+M, Ctrl+M
Edit.ToggleAllOutliningText Editor::Ctrl+M, Ctrl+L
Edit.StopOutliningText Editor::Ctrl+M, Ctrl+P
Edit.StopHidingCurrentText Editor::Ctrl+M, Ctrl+U
Edit.CollapsetoDefinitionsText Editor::Ctrl+M, Ctrl+O
Edit.CommentSelectionText Editor::Ctrl+K, Ctrl+C
Edit.UncommentSelectionText Editor::Ctrl+K, Ctrl+U
Edit.OpenFileGlobal::Ctrl+Shift+G
Edit.SelectToLastGoBackText Editor::Ctrl+=
Edit.FormatDocumentText Editor::Ctrl+K, Ctrl+D
Edit.IncreaseFilterLevelText Editor::Alt+.
Edit.DecreaseFilterLevelText Editor::Alt+,
View.ShowSmartTagGlobal::Shift+Alt+F10
View.ShowSmartTagHTML Editor Design View::Shift+Alt+F10
View.ShowSmartTagGlobal::Ctrl+.
Edit.CopyParameterTipText Editor::Ctrl+Shift+Alt+C
Edit.PasteParameterTipText Editor::Ctrl+Shift+Alt+P
Format.InsertBookmarkHTML Editor Design View::Ctrl+Shift+L
Format.ConverttoHyperlinkHTML Editor Design View::Ctrl+L
View.AutoCloseTagOverrideHTML Editor Source View::Ctrl+Shift+.
View.EditMasterHTML Editor Design View::Ctrl+M, Ctrl+M
Edit.InsertSnippetGlobal::Ctrl+K, Ctrl+X
Edit.CollapseTagText Editor::Ctrl+M, Ctrl+T
Build.CompileGlobal::Ctrl+F7
Project.AddContentPageHTML Editor Design View::Ctrl+M, Ctrl+C
Edit.NextBookmarkInFolderGlobal::Ctrl+Shift+K, Ctrl+Shift+N
Edit.PreviousBookmarkInFolderGlobal::Ctrl+Shift+K, Ctrl+Shift+P
Format.TestDialogVC Dialog Editor::Ctrl+T
Format.SpaceAcrossVC Dialog Editor::Alt+Left Arrow
Format.SpaceAcrossVC Dialog Editor::Alt+Right Arrow
Format.SpaceDownVC Dialog Editor::Alt+Down Arrow
Format.SpaceDownVC Dialog Editor::Alt+Up Arrow
Format.ToggleGuidesVC Dialog Editor::Ctrl+G
Format.SizetoContentVC Dialog Editor::Shift+F7
Format.CenterVerticalVC Dialog Editor::Ctrl+F9
Format.CenterHorizontalVC Dialog Editor::Ctrl+Shift+F9
Format.TabOrderVC Dialog Editor::Ctrl+D
Format.ButtonRightVC Dialog Editor::Ctrl+R
Format.ButtonBottomVC Dialog Editor::Ctrl+B
Edit.MoveControlLeftGlobal::Ctrl+Left Arrow
Edit.MoveControlLeftVC Dialog Editor::Left Arrow
Edit.MoveControlLeftWindows Forms Designer::Ctrl+Left Arrow
Edit.MoveControlLeftReport Designer::Ctrl+Left Arrow
Edit.MoveControlDownGlobal::Ctrl+Down Arrow
Edit.MoveControlDownVC Dialog Editor::Down Arrow
Edit.MoveControlDownHTML Editor Design View::Ctrl+Down Arrow
Edit.MoveControlDownWindows Forms Designer::Ctrl+Down Arrow
Edit.MoveControlDownReport Designer::Ctrl+Down Arrow
Edit.MoveControlRightGlobal::Ctrl+Right Arrow
Edit.MoveControlRightVC Dialog Editor::Right Arrow
Edit.MoveControlRightWindows Forms Designer::Ctrl+Right Arrow
Edit.MoveControlRightReport Designer::Ctrl+Right Arrow
Edit.MoveControlUpGlobal::Ctrl+Up Arrow
Edit.MoveControlUpVC Dialog Editor::Up Arrow
Edit.MoveControlUpHTML Editor Design View::Ctrl+Up Arrow
Edit.MoveControlUpWindows Forms Designer::Ctrl+Up Arrow
Edit.MoveControlUpReport Designer::Ctrl+Up Arrow
Edit.SizeControlDownGlobal::Ctrl+Shift+Down Arrow
Edit.SizeControlDownVC Dialog Editor::Shift+Down Arrow
Edit.SizeControlDownWindows Forms Designer::Ctrl+Shift+Down Arrow
Edit.SizeControlDownReport Designer::Ctrl+Shift+Down Arrow
Edit.SizeControlUpGlobal::Ctrl+Shift+Up Arrow
Edit.SizeControlUpVC Dialog Editor::Shift+Up Arrow
Edit.SizeControlUpWindows Forms Designer::Ctrl+Shift+Up Arrow
Edit.SizeControlUpReport Designer::Ctrl+Shift+Up Arrow
Edit.SizeControlLeftGlobal::Ctrl+Shift+Left Arrow
Edit.SizeControlLeftVC Dialog Editor::Shift+Left Arrow
Edit.SizeControlLeftWindows Forms Designer::Ctrl+Shift+Left Arrow
Edit.SizeControlLeftReport Designer::Ctrl+Shift+Left Arrow
Edit.SizeControlRightGlobal::Ctrl+Shift+Right Arrow
Edit.SizeControlRightVC Dialog Editor::Shift+Right Arrow
Edit.SizeControlRightWindows Forms Designer::Ctrl+Shift+Right Arrow
Edit.SizeControlRightReport Designer::Ctrl+Shift+Right Arrow
Edit.NewAcceleratorVC Accelerator Editor::Ins
Edit.NextKeyTypedVC Accelerator Editor::Ctrl+W
Image.FlipHorizontalVC Image Editor::Ctrl+H
Image.FlipVerticalVC Image Editor::Shift+Alt+H
Image.Rotate90DegreesVC Image Editor::Ctrl+Shift+H
Edit.NewStringVC String Editor::Ins
Format.CheckMnemonicsVC Dialog Editor::Ctrl+M
Image.DrawOpaqueVC Image Editor::Ctrl+J
Image.NewImageTypeVC Image Editor::Ins
Image.ShowGridVC Image Editor::Ctrl+Alt+S
Image.ShowTileGridVC Image Editor::Ctrl+Shift+Alt+S
Image.MagnifyVC Image Editor::Ctrl+Shift+M
Image.RectangleSelectionToolVC Image Editor::Shift+Alt+S
Image.EraseToolVC Image Editor::Ctrl+Shift+I
Image.FillToolVC Image Editor::Ctrl+F
Image.PencilToolVC Image Editor::Ctrl+I
Image.BrushToolVC Image Editor::Ctrl+B
Image.AirbrushToolVC Image Editor::Ctrl+A
Image.LineToolVC Image Editor::Ctrl+L
Image.TextToolVC Image Editor::Ctrl+T
Image.RectangleToolVC Image Editor::Alt+R
Image.OutlinedRectangleToolVC Image Editor::Shift+Alt+R
Image.FilledRectangleToolVC Image Editor::Ctrl+Shift+Alt+R
Image.RoundedRectangleToolVC Image Editor::Alt+W
Image.OutlinedRoundedRectangleToolVC Image Editor::Shift+Alt+W
Image.FilledRoundedRectangleToolVC Image Editor::Ctrl+Shift+Alt+W
Image.EllipseToolVC Image Editor::Alt+P
Image.OutlinedEllipseToolVC Image Editor::Shift+Alt+P
Image.FilledEllipseToolVC Image Editor::Ctrl+Shift+Alt+P
Image.MagnificationToolVC Image Editor::Ctrl+M
Image.LargerBrushVC Image Editor::Ctrl+=
Image.SmallBrushVC Image Editor::Ctrl+.
Image.SmallerBrushVC Image Editor::Ctrl+-
Image.ZoomInVC Image Editor::Ctrl+Up Arrow
Image.ZoomInVC Image Editor::Ctrl+Shift+.
Image.ZoomOutVC Image Editor::Ctrl+Down Arrow
Image.ZoomOutVC Image Editor::Ctrl+Shift+,
Image.PreviousColorVC Image Editor::Ctrl+Left Arrow
Image.PreviousColorVC Image Editor::Ctrl+[
Image.PreviousRightColorVC Image Editor::Ctrl+Shift+Left Arrow
Image.PreviousRightColorVC Image Editor::Ctrl+Shift+[
Image.NextColorVC Image Editor::Ctrl+Right Arrow
Image.NextColorVC Image Editor::Ctrl+]
Image.NextRightColorVC Image Editor::Ctrl+Shift+Right Arrow
Image.NextRightColorVC Image Editor::Ctrl+Shift+]
Edit.ShowTileGridGlobal::Enter
Edit.MoveControlUpGridGlobal::Up Arrow
Edit.MoveControlDownGridGlobal::Down Arrow
Edit.MoveControlLeftGridGlobal::Left Arrow
Edit.MoveControlRightGridGlobal::Right Arrow
Edit.SizeControlRightGridGlobal::Shift+Right Arrow
Edit.SizeControlUpGridGlobal::Shift+Up Arrow
Edit.SizeControlLeftGridGlobal::Shift+Left Arrow
Edit.SizeControlDownGridGlobal::Shift+Down Arrow
Edit.SelectNextControlGlobal::Tab
Edit.SelectPreviousControlGlobal::Shift+Tab
Refactor.RenameGlobal::Ctrl+R, Ctrl+R
Refactor.ExtractMethodGlobal::Ctrl+R, Ctrl+M
Refactor.EncapsulateFieldGlobal::Ctrl+R, Ctrl+E
Refactor.ExtractInterfaceGlobal::Ctrl+R, Ctrl+I
Refactor.PromoteLocalVariableGlobal::Ctrl+R, Ctrl+P
Refactor.RemoveParametersGlobal::Ctrl+R, Ctrl+V
Refactor.ReorderParametersGlobal::Ctrl+R, Ctrl+O
Edit.GenerateMethodStubGlobal::Ctrl+K, Ctrl+M
Edit.SurroundWithGlobal::Ctrl+K, Ctrl+S
Window.ShowEzMDIFileListGlobal::Ctrl+Alt+Down Arrow
View.ClassViewGoToSearchComboGlobal::Ctrl+K, Ctrl+V
View.ObjectBrowserGoToSearchComboGlobal::Ctrl+K, Ctrl+R
View.BackwardGlobal::Alt+Left Arrow
View.ForwardGlobal::Alt+Right Arrow
View.CodeDefinitionWindowGlobal::Ctrl+\, Ctrl+D
View.CodeDefinitionWindowGlobal::Ctrl+\, D
View.CodeDefinitionWindowGlobal::Ctrl+Shift+V
View.ServerExplorerGlobal::Ctrl+Alt+S
Image.CopyandOutlineSelectionVC Image Editor::Ctrl+Shift+U
Image.UseSelectionasBrushVC Image Editor::Ctrl+U
View.NextErrorGlobal::Ctrl+Shift+F12
Help.NexttopicWebBrowser::Alt+Down Arrow
Help.PrevioustopicWebBrowser::Alt+Up Arrow
View.WebBrowserGlobal::Ctrl+Alt+R
Edit.BriefBrowseGlobal::Alt+G
Data.StepIntoGlobal::Alt+F5
Data.ExecuteGlobal::Ctrl+Alt+F5
EditorContextMenus.CodeWindow.RunSelectionGlobal::Ctrl+Q
Debug.BreakpointsGlobal::Ctrl+Alt+B
Debug.BreakpointsGlobal::Alt+F9
Debug.DisassemblyGlobal::Alt+8
Debug.RegistersGlobal::Ctrl+Alt+G
Debug.RegistersGlobal::Alt+5
Debug.ModulesGlobal::Ctrl+Alt+U
Debug.ApplyCodeChangesGlobal::Alt+F10
Debug.ProcessesGlobal::Ctrl+Alt+Z
Debug.ProcessesGlobal::Ctrl+Shift+Alt+P
Debug.LocationToolbar.ToggleFlaggedThreadsGlobal::Ctrl+9
Debug.BreakatFunctionGlobal::Ctrl+B
Debug.StepIntoCurrentProcessGlobal::Ctrl+Alt+F11
Debug.StepOverCurrentProcessGlobal::Ctrl+Alt+F10
Debug.StepOutCurrentProcessGlobal::Ctrl+Shift+Alt+F11
Debug.LocationToolbar.ToggleCurrentThreadFlaggedStateGlobal::Ctrl+8
Debug.StepIntoSpecificGlobal::Shift+Alt+F11
Debug.ToggleDisassemblyGlobal::Ctrl+F11
Debug.Memory1Global::Ctrl+Alt+M, 1
Debug.Memory1Global::Alt+6
Debug.WatchGlobal::Ctrl+Alt+W, 1
Debug.WatchGlobal::Alt+3
Debug.Memory2Global::Ctrl+Alt+M, 2
Debug.Watch2Global::Ctrl+Alt+W, 2
Debug.Memory3Global::Ctrl+Alt+M, 3
Debug.Watch3Global::Ctrl+Alt+W, 3
Debug.Memory4Global::Ctrl+Alt+M, 4
Debug.Watch4Global::Ctrl+Alt+W, 4
Data.ColumnDataSet Editor::Ctrl+L
Data.InsertColumnDataSet Editor::Ins
Edit.RemoveRowManaged Resources Editor::Ctrl+Del
Edit.RemoveRowSettings Designer::Ctrl+Del
Edit.EditCellManaged Resources Editor::F2
Edit.EditCellSettings Designer::F2
Data.ShowDataSourcesGlobal::Shift+Alt+D
Resources.StringsManaged Resources Editor::Ctrl+1
Resources.ImagesManaged Resources Editor::Ctrl+2
Resources.IconsManaged Resources Editor::Ctrl+3
Resources.AudioManaged Resources Editor::Ctrl+4
Resources.FilesManaged Resources Editor::Ctrl+5
Resources.OtherManaged Resources Editor::Ctrl+6
Edit.ExpandCollapseBaseTypeListClass Diagram::Shift+Alt+B
Edit.NavigateToLollipopClass Diagram::Shift+Alt+L
ClassDiagram.CollapseClass Diagram::Num -
ClassDiagram.ExpandClass Diagram::Num +
Edit.RemovefromDiagramClass Diagram::Del
View.SynchronizeViewsHTML Editor Source View::Ctrl+Shift+Y
Edit.UpdateJScriptIntellisenseHTML Editor Source View::Ctrl+Shift+J
Table.ColumntotheLeftHTML Editor Design View::Ctrl+Alt+Left Arrow
Table.ColumntotheRightHTML Editor Design View::Ctrl+Alt+Right Arrow
Table.RowAboveHTML Editor Design View::Ctrl+Alt+Up Arrow
Table.RowBelowHTML Editor Design View::Ctrl+Alt+Down Arrow
View.ASP.NETNonvisualControlsHTML Editor Design View::Ctrl+Shift+N
Tools.RunTemporaryMacroGlobal::Ctrl+Shift+P
Tools.RecordTemporaryMacroGlobal::Ctrl+Shift+R
Tools.MacrosIDEGlobal::Alt+F11
QueryDesigner.JoinModeQuery Designer::Ctrl+Shift+J
QueryDesigner.JoinModeView Designer::Ctrl+Shift+J
QueryDesigner.CancelRetrievingDataQuery Designer::Ctrl+T
QueryDesigner.CancelRetrievingDataView Designer::Ctrl+T
View.DatasetsReport Designer::Ctrl+Alt+D
OtherContextMenus.ORDesignerContextMenu.HideMethodsPaneVisualStudio::Ctrl+1
Test.TestResults.RunCheckedTestsGlobal::Ctrl+R, F
TestResults.RunAllTestsInTestResultsGlobal::Ctrl+R, D
Test.RunTestsInClassGlobal::Ctrl+R, C
Test.DebugTestsInClassGlobal::Ctrl+R, Ctrl+C
Test.RunTestsInNamespaceGlobal::Ctrl+R, N
Test.DebugTestsInNamespaceGlobal::Ctrl+R, Ctrl+N
Test.RunTestsInCurrentContextGlobal::Ctrl+R, T
Test.RunAllTestsInSolutionGlobal::Ctrl+R, A
Test.DebugTestsInCurrentContextGlobal::Ctrl+R, Ctrl+T
Test.DebugAllTestsInSolutionGlobal::Ctrl+R, Ctrl+A
TestResults.DebugCheckedTestsGlobal::Ctrl+R, Ctrl+F
TestResults.DebugAllTestsInTestResultsGlobal::Ctrl+R, Ctrl+D
Edit.GoToFindComboGlobal::Ctrl+D
Debug.LocationToolbar.ProcessComboGlobal::Ctrl+5
Debug.LocationToolbar.ThreadComboGlobal::Ctrl+6
Debug.LocationToolbar.StackFrameComboGlobal::Ctrl+7
VMDebugger.Connect.StartDebugGlobal::Ctrl+Alt+F6
VMDebugger.Connect.ReplayGlobal::Ctrl+Alt+F8
VMDebugger.Connect.AttachDebugGlobal::Ctrl+Shift+Alt+F6
VMDebugger.Connect.ReplayAttachGlobal::Ctrl+Shift+Alt+F8
VMDebugger.Connect.RestartDebugGlobal::Ctrl+Shift+F6
VMDebugger.Connect.StartNoDebugGlobal::Ctrl+F6
VMDebugger.Connect.RecordGlobal::Ctrl+F8
VMDebugger.Connect.ReverseContinueGlobal::Shift+F8
VMDebugger.Connect.ReverseRunToCursorGlobal::Ctrl+Shift+F8
VMDebugger.Connect.TakeSnapshotGlobal::Ctrl+Shift+F10
VMDebugger.Connect.CancelDebugGlobal::Shift+F6
VMDebugger.Connect.ConfigureGlobal::Ctrl+Alt+C

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值