forked from commodifusion/SlightlySharper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
KeyBindingSchemeIDEA.xml
124 lines (124 loc) · 11.6 KB
/
KeyBindingSchemeIDEA.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<?xml version="1.0"?>
<scheme version="1.0">
<binding command="MonoDevelop.Ide.Commands.ProjectCommands.Debug" shortcut="F5" />
<binding command="MonoDevelop.Ide.Commands.ProjectCommands.Run" shortcut="Shift+F10" />
<binding command="MonoDevelop.Ide.Commands.SearchCommands.GotoType" shortcut="Control+N" />
<binding command="Pad|MonoDevelop.Debugger.BreakpointPad" shortcut="Control+Shift+F8" />
<binding command="MonoDevelop.Debugger.DebugCommands.Debug" shortcut="F5" />
<binding command="MonoDevelop.Debugger.DebugCommands.StepInto" shortcut="F7" />
<binding command="MonoDevelop.Debugger.DebugCommands.StepOver" shortcut="F8" />
<binding command="MonoDevelop.Debugger.DebugCommands.StepOut" shortcut="Shift+F8" />
<binding command="MonoDevelop.Ide.Commands.SearchCommands.NextBookmark" shortcut="Control+F11" />
<binding command="MonoDevelop.Ide.Commands.SearchCommands.PrevBookmark" shortcut="Shift+F11" />
<binding command="MonoDevelop.Ide.Commands.SearchCommands.ToggleBookmark" shortcut="F11" />
<binding command="MonoDevelop.Ide.Commands.WindowCommands.SwitchSplitWindow" shortcut="" />
<binding command="Pad|MonoDevelop.Ide.Gui.Pads.ErrorListPad" shortcut="Alt+Shift+E" />
<binding command="Pad|MonoDevelop.Debugger.LocalsPad" shortcut="Control+D|L" />
<binding command="Pad|MonoDevelop.Debugger.StackTracePad" shortcut="Control+D|C" />
<binding command="Pad|MonoDevelop.Debugger.DebugCommands.ExpressionEvaluator" shortcut="Control+D|Q" />
<binding command="Pad|MonoDevelop.Debugger.WatchPad" shortcut="Control+D|W" />
<binding command="Pad|ClassPad" shortcut="Alt+Shift+C" />
<binding command="Pad|MonoDevelop.DesignerSupport.PropertyPad" shortcut="Alt+Shift+P" />
<binding command="Pad|ProjectPad" shortcut="Alt+Shift+S" />
<binding command="Pad|MonoDevelop.Ide.Gui.Pads.TaskListPad" shortcut="Alt+Shift+T" />
<binding command="Pad|MonoDevelop.DesignerSupport.ToolboxPad" shortcut="Alt+Shift+B" />
<binding command="Pad|ConnectionManagerPad" shortcut="Alt+Shift+D" />
<binding command="Pad|MonoDevelop.Ide.Gui.Pads.HelpTree" shortcut="Alt+Shift+F1" />
<binding command="Pad|MonoDevelop.DesignerSupport.DocumentOutlinePad" shortcut="Control+F12" />
<binding command="MonoDevelop.Refactoring.RefactoryCommands.FindDerivedClasses" shortcut="Control+Alt+B" />
<binding command="MonoDevelop.Refactoring.RefactoryCommands.FindReferences" shortcut="Alt+F7" />
<binding command="MonoDevelop.Refactoring.RefactoryCommands.GotoDeclaration" shortcut="Control+B" />
<binding command="MonoDevelop.Debugger.DebugCommands.AddTracepoint" shortcut="" />
<binding command="MonoDevelop.Debugger.DebugCommands.ExpressionEvaluator" shortcut="Alt+F8" />
<binding command="MonoDevelop.Ide.CodeFormatting.CodeFormattingCommands.FormatSelection" shortcut="Control+Alt+L" />
<binding command="MonoDevelop.Refactoring.RefactoryCommands.IntroduceConstant" shortcut="Control+Alt+C" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.IndentSelection" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.ToggleCodeComment" shortcut="Control+/" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.UnIndentSelection" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.ToggleAllFoldings" shortcut="Control+Shift+=" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.ToggleFolding" shortcut="Control+=" />
<binding command="MonoDevelop.Ide.Commands.FileCommands.CloseFile" shortcut="Control+Escape" />
<binding command="MonoDevelop.Ide.Commands.FileCommands.CloseAllFiles" shortcut="Control+Shift+Escape" />
<binding command="MonoDevelop.Ide.Commands.FileTabCommands.CloseAllButThis" shortcut="Control+Alt+Shift+Escape" />
<binding command="MonoDevelop.Ide.Commands.FileCommands.NewFile" shortcut="Control+Alt+Insert" />
<binding command="MonoDevelop.Ide.Commands.FileCommands.OpenFile" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.FileCommands.PrintPreviewDocument" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.FileCommands.PrintDocument" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.FileCommands.Exit" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.FileCommands.SaveAs" shortcut="Control+Alt+S" />
<binding command="MonoDevelop.Ide.Commands.FileCommands.NewProject" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.FileCommands.SaveAll" shortcut="Control+S" />
<binding command="MonoDevelop.NUnit.Commands.TestCommands.RunAllTests" shortcut="" />
<binding command="MonoDevelop.NUnit.Commands.TestCommands.ShowTestDetails" shortcut="Control+Alt+T" />
<binding command="MonoDevelop.DesignerSupport.Commands.SwitchBetweenRelatedFiles" shortcut="Control+Alt+Home" />
<binding command="MonoDevelop.Ide.Commands.ProjectCommands.Build" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.ProjectCommands.BuildSolution" shortcut="Control+F9" />
<binding command="MonoDevelop.Ide.Commands.ProjectCommands.Rebuild" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.ProjectCommands.RebuildSolution" shortcut="Control+Alt+Shift+B" />
<binding command="MonoDevelop.Refactoring.RefactoryCommands.IntegrateTemporaryVariable" shortcut="Control+Alt+N" />
<binding command="MonoDevelop.Ide.Commands.SearchCommands.GotoLineNumber" shortcut="Control+G" />
<binding command="MonoDevelop.Ide.Commands.SearchCommands.GotoFile" shortcut="Control+Shift+N" />
<binding command="MonoDevelop.Ide.NavigateToDialog.Commands.NavigateTo" shortcut="Control+Alt+Shift+N" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteToLineEnd" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DocumentEnd" shortcut="Control+Page_Down" />
<binding command="MonoDevelop.CSharp.ExpandCommands.ShrinkSelection" shortcut="Control+Shift+W" />
<binding command="MonoDevelop.CSharp.ExpandCommands.ExpandSelection" shortcut="Control+W" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.GotoMatchingBrace" shortcut="Control+]" />
<binding command="MonoDevelop.XmlEditor.Commands.RunXslTransform" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.ShowCodeTemplateWindow" shortcut="Control+J" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.MoveBlockDown" shortcut="Control+Shift+Down" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.MoveBlockUp" shortcut="Control+Shift+Up" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveEnd" shortcut="Shift+End" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.RecenterEditor" shortcut="Control+M" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.ShowParameterCompletionWindow" shortcut="Control+P" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.ToggleBlockSelectionMode" shortcut="Alt+Shift+Insert" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteLine" shortcut="Shift+Delete" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.ToggleCompletionSuggestionMode" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveToDocumentEnd" shortcut="Control+Shift+Page_Down" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveToDocumentStart" shortcut="Control+Shift+Page_Up" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DocumentStart" shortcut="Control+Page_Up" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveHome" shortcut="Shift+Home" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveNextWord" shortcut="Control+Shift+Right" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMovePrevWord" shortcut="Control+Shift+Left" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.MoveNextWord" shortcut="Control+Right" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.MovePrevWord" shortcut="Control+Left" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.LineEnd" shortcut="End" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.LineStart" shortcut="Home" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.PageUp" shortcut="Page_Up" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.PageDown" shortcut="Page_Down" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveUp" shortcut="Shift+Up" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveDown" shortcut="Shift+Down" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveLeft" shortcut="Shift+Left" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveRight" shortcut="Shift+Right" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionPageDownAction" shortcut="Shift+Page_Down" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionPageUpAction" shortcut="Shift+Page_Up" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteNextWord" shortcut="Control+Delete" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeletePrevWord" shortcut="Control+BackSpace" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.InsertNewLineAtEnd" shortcut="Shift+Return" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.InsertNewLinePreserveCaretPosition" shortcut="Control+Return" />
<binding command="MonoDevelop.Ide.Commands.FileCommands.Save" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.WindowCommands.SwitchNextDocument" shortcut="Control+E" />
<binding command="MonoDevelop.Ide.Commands.WindowCommands.SwitchPreviousDocument" shortcut="Control+Alt+E" />
<binding command="MonoDevelop.Ide.Commands.WindowCommands.NextWindow" shortcut="Alt+Right" />
<binding command="MonoDevelop.Ide.Commands.WindowCommands.PrevWindow" shortcut="Alt+Left" />
<binding command="MonoDevelop.Ide.Commands.SearchCommands.FindNext" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.SearchCommands.FindPrevious" shortcut="" />
<binding command="MonoDevelop.Ide.CodeFormatting.CodeFormattingCommands.FormatBuffer" shortcut="Control+Alt+Shift+L" />
<binding command="MonoDevelop.Debugger.DebugCommands.ToggleBreakpoint" shortcut="Control+F8" />
<binding command="MonoDevelop.VersionControl.Git.Commands.Stash" shortcut="Control+Shift+K" />
<binding command="MonoDevelop.VersionControl.Commands.UpdateSolution" shortcut="Control+T" />
<binding command="MonoDevelop.VersionControl.Commands.SolutionStatus" shortcut="Control+K" />
<binding command="MonoDevelop.SourceEditor.SourceEditorCommands.ToggleCodeFocus" shortcut="" />
<binding command="MonoDevelop.VersionControl.Git.Commands.ManageStashes" shortcut="Control+Shift+T" />
<binding command="MonoDevelop.Ide.Commands.SearchCommands.Replace" shortcut="Control+R" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.Rename" shortcut="Shift+F6" />
<binding command="MonoDevelop.Refactoring.RefactoryCommands.DeclareLocal" shortcut="Control+Alt+V" />
<binding command="MonoDevelop.NUnit.Commands.TestCommands.ShowTestCode" shortcut="F4" />
<binding command="MonoDevelop.Ide.Commands.ViewCommands.ShowNext" shortcut="Control+Alt+Down" />
<binding command="MonoDevelop.Ide.Commands.ViewCommands.ShowPrevious" shortcut="Control+Alt+Up" />
<binding command="MonoDevelop.Debugger.DebugCommands.EnableDisableBreakpoint" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.ProjectCommands.Stop" shortcut="Shift+F2" />
<binding command="MonoDevelop.Debugger.DebugCommands.SelectExceptions" shortcut="Control+Alt+Shift+F8" />
<binding command="MonoDevelop.CSharp.Highlighting.MoveToUsagesCommand.PrevUsage" shortcut="" />
<binding command="MonoDevelop.CSharp.Highlighting.MoveToUsagesCommand.NextUsage" shortcut="" />
</scheme>