Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVsevolod Kukol <sevoku@xamarin.com>2016-05-26 13:25:45 +0300
committerVsevolod Kukol <sevoku@xamarin.com>2016-05-26 13:30:22 +0300
commit219405fed269c0d8abde219ea98ccd8bcb82dd1f (patch)
treec1edf78e03d50361b1c34ff0dc044fce013a6112 /main/src/core/MonoDevelop.Ide/options
parent6d58e34d767a821fec497aab7e8aca030b5d4344 (diff)
[Ide][Mac] Update Visual Studio binding scheme
The new VS scheme for Mac replaces the Control key with Command
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/options')
-rw-r--r--main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio-mac.xml233
1 files changed, 120 insertions, 113 deletions
diff --git a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio-mac.xml b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio-mac.xml
index b03017a057..5b8a24ac06 100644
--- a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio-mac.xml
+++ b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio-mac.xml
@@ -1,163 +1,170 @@
<?xml version="1.0"?>
<scheme version="1.0">
<binding command="MonoDevelop.AnalysisCore.AnalysisCommands.ShowFixes" shortcut="" />
- <binding command="MonoDevelop.CodeGeneration.CodeGenerationCommands.ShowCodeGenerationWindow" shortcut="Control+K|Control+M Meta+K|Meta+M" />
- <binding command="MonoDevelop.Components.MainToolbar.Commands.NavigateTo" shortcut="Control+, Meta+," />
- <binding command="MonoDevelop.CSharp.ExpandCommands.ExpandSelection" shortcut="" />
+ <binding command="MonoDevelop.CodeGeneration.CodeGenerationCommands.ShowCodeGenerationWindow" shortcut="Meta+K|M Meta+K|Meta+M" />
+ <binding command="MonoDevelop.Components.MainToolbar.Commands.NavigateTo" shortcut="Meta+," />
+ <binding command="MonoDevelop.CSharp.ExpandCommands.ExpandSelection" shortcut="Meta+Shift+]" />
<binding command="MonoDevelop.CSharp.ExpandCommands.ShrinkSelection" shortcut="" />
- <binding command="MonoDevelop.CSharp.Highlighting.MoveToUsagesCommand.NextUsage" shortcut="Control+Shift+Down Shift+Meta+Down" />
- <binding command="MonoDevelop.CSharp.Highlighting.MoveToUsagesCommand.PrevUsage" shortcut="Control+Shift+Up Shift+Meta+Up" />
- <binding command="MonoDevelop.CSharp.Refactoring.ExtractMethodCommand" shortcut="Control+R|Control+M Meta+R|Meta+M" />
- <binding command="MonoDevelop.Debugger.DebugCommands.AttachToProcess" shortcut="Control+Alt+P Alt+Meta+P" />
+ <binding command="MonoDevelop.CSharp.Highlighting.MoveToUsagesCommand.NextUsage" shortcut="Meta+Shift+Down" />
+ <binding command="MonoDevelop.CSharp.Highlighting.MoveToUsagesCommand.PrevUsage" shortcut="Meta+Shift+Up" />
+ <binding command="MonoDevelop.CSharp.Navigation.FindImplementingMembers" shortcut="Meta+F12" />
+ <binding command="MonoDevelop.CSharp.Refactoring.ExtractMethodCommand" shortcut="Meta+R|M Meta+R|Meta+M" />
+ <binding command="MonoDevelop.Debugger.DebugCommands.AttachToProcess" shortcut="Meta+Alt+P" />
+ <binding command="MonoDevelop.Debugger.DebugCommands.ClearAllBreakpoints" shortcut="Meta+Shift+F9" />
<binding command="MonoDevelop.Debugger.DebugCommands.Debug" shortcut="F5" />
- <binding command="MonoDevelop.Debugger.DebugCommands.EnableDisableBreakpoint" shortcut="Control+F9 Control+Shift+F9 Meta+F9" />
- <binding command="MonoDevelop.Debugger.DebugCommands.Pause" shortcut="" />
- <binding command="MonoDevelop.Debugger.DebugCommands.RunToCursor" shortcut="Control+F10 Meta+F10" />
- <binding command="MonoDevelop.Debugger.DebugCommands.SetNextStatement" shortcut="Control+Shift+F10 Shift+Meta+F10" />
- <binding command="MonoDevelop.Debugger.DebugCommands.ShowBreakpoints" shortcut="Control+Alt+B Alt+Meta+B" />
- <binding command="MonoDevelop.Debugger.DebugCommands.ShowDisassembly" shortcut="Control+Alt+D Alt+Shift+D" />
+ <binding command="MonoDevelop.Debugger.DebugCommands.EnableDisableBreakpoint" shortcut="Meta+F9" />
+ <binding command="MonoDevelop.Debugger.DebugCommands.Pause" shortcut="Meta+Alt+F15" />
+ <binding command="MonoDevelop.Debugger.DebugCommands.RunToCursor" shortcut="Meta+F10" />
+ <binding command="MonoDevelop.Debugger.DebugCommands.SetNextStatement" shortcut="Meta+Shift+F10" />
+ <binding command="MonoDevelop.Debugger.DebugCommands.ShowBreakpoints" shortcut="Meta+Alt+B Meta+D|B Meta+D|Meta+B" />
+ <binding command="MonoDevelop.Debugger.DebugCommands.ShowDisassembly" shortcut="Meta+Alt+D" />
<binding command="MonoDevelop.Debugger.DebugCommands.ShowNextStatement" shortcut="Alt+*" />
- <binding command="MonoDevelop.Debugger.DebugCommands.StepInto" shortcut="F11 Control+F11 Meta+F11" />
- <binding command="MonoDevelop.Debugger.DebugCommands.StepOut" shortcut="Shift+F11 Control+Shift+F11 Shift+Meta+F11" />
+ <binding command="MonoDevelop.Debugger.DebugCommands.StepInto" shortcut="F11 Meta+F11" />
+ <binding command="MonoDevelop.Debugger.DebugCommands.StepOut" shortcut="Shift+F11 Meta+Shift+F11" />
<binding command="MonoDevelop.Debugger.DebugCommands.StepOver" shortcut="F10" />
<binding command="MonoDevelop.Debugger.DebugCommands.ToggleBreakpoint" shortcut="F9" />
<binding command="MonoDevelop.DesignerSupport.Commands.SwitchBetweenRelatedFiles" shortcut="" />
- <binding command="MonoDevelop.Ide.CodeFormatting.CodeFormattingCommands.FormatBuffer" shortcut="Control+K|Control+D Meta+K|Meta+D" />
- <binding command="MonoDevelop.Ide.Commands.EditCommands.AddCodeComment" shortcut="Control+K|Control+C Meta+K|Meta+C" />
- <binding command="MonoDevelop.Ide.Commands.EditCommands.Copy" shortcut="Control+C Meta+C" />
- <binding command="MonoDevelop.Ide.Commands.EditCommands.Cut" shortcut="Control+X Meta+X" />
+ <binding command="MonoDevelop.FSharp.FSharpCommands.ClearFsi" shortcut="" />
+ <binding command="MonoDevelop.FSharp.FSharpCommands.RestartFsi" shortcut="" />
+ <binding command="MonoDevelop.FSharp.FSharpCommands.SendLine" shortcut="" />
+ <binding command="MonoDevelop.FSharp.FSharpCommands.SendReferences" shortcut="" />
+ <binding command="MonoDevelop.FSharp.FSharpCommands.SendSelection" shortcut="" />
+ <binding command="MonoDevelop.Ide.CodeFormatting.CodeFormattingCommands.FormatBuffer" shortcut="Meta+E|D Meta+K|D Meta+K|Meta+D" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.AddCodeComment" shortcut="Meta+E|C" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.Copy" shortcut="Meta+C" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.Cut" shortcut="Meta+X" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.Delete" shortcut="Delete" />
- <binding command="MonoDevelop.Ide.Commands.EditCommands.FoldDefinitions" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.FoldDefinitions" shortcut="Meta+M|Meta+O" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.IndentSelection" shortcut="Tab" />
- <binding command="MonoDevelop.Ide.Commands.EditCommands.LowercaseSelection" shortcut="Control+U Meta+U" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.LowercaseSelection" shortcut="Meta+U" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.MonodevelopPreferences" shortcut="" />
- <binding command="MonoDevelop.Ide.Commands.EditCommands.Paste" shortcut="Control+V Meta+V" />
- <binding command="MonoDevelop.Ide.Commands.EditCommands.Redo" shortcut="Control+Y Meta+Y" />
- <binding command="MonoDevelop.Ide.Commands.EditCommands.RemoveCodeComment" shortcut="Control+K|Control+U Meta+K|Meta+U" />
- <binding command="MonoDevelop.Ide.Commands.EditCommands.RemoveTrailingWhiteSpaces" shortcut="Control+K|Control+\ Shift+Meta+K|Shift+Meta+\" />
- <binding command="MonoDevelop.Ide.Commands.EditCommands.Rename" shortcut="Control+R|Control+R Meta+R|Meta+R" />
- <binding command="MonoDevelop.Ide.Commands.EditCommands.SelectAll" shortcut="Control+A Meta+A" />
- <binding command="MonoDevelop.Ide.Commands.EditCommands.ToggleAllFoldings" shortcut="" />
- <binding command="MonoDevelop.Ide.Commands.EditCommands.ToggleCodeComment" shortcut="" />
- <binding command="MonoDevelop.Ide.Commands.EditCommands.ToggleFolding" shortcut="Control+M|Control+M" />
- <binding command="MonoDevelop.Ide.Commands.EditCommands.Undo" shortcut="Control+Z Meta+Z" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.Paste" shortcut="Meta+V" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.Redo" shortcut="Meta+Y" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.RemoveCodeComment" shortcut="Meta+E|U" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.RemoveTrailingWhiteSpaces" shortcut="Meta+E|\ Meta+K|\" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.Rename" shortcut="F2 Meta+R|R Meta+R|Meta+R" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.SelectAll" shortcut="Meta+A" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.ToggleAllFoldings" shortcut="Meta+M|L Meta+M|Meta+L" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.ToggleCodeComment" shortcut="Meta+K|U Meta+K|Meta+U" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.ToggleFolding" shortcut="Meta+M|M Meta+M|Meta+M" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.Undo" shortcut="Meta+Z" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.UnIndentSelection" shortcut="Shift+Tab" />
- <binding command="MonoDevelop.Ide.Commands.EditCommands.UppercaseSelection" shortcut="Control+Shift+U Shift+Meta+U" />
- <binding command="MonoDevelop.Ide.Commands.FileCommands.CloseFile" shortcut="Control+F4 Meta+F4 Control+Shift+F4" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.UppercaseSelection" shortcut="Meta+Shift+U" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.CloseAllFiles" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.CloseFile" shortcut="Meta+F4" />
<binding command="MonoDevelop.Ide.Commands.FileCommands.CloseWorkspace" shortcut="" />
- <binding command="MonoDevelop.Ide.Commands.FileCommands.Exit" shortcut="Alt+F4 Meta+Q" />
- <binding command="MonoDevelop.Ide.Commands.FileCommands.NewFile" shortcut="Control+N Meta+N" />
- <binding command="MonoDevelop.Ide.Commands.FileCommands.NewProject" shortcut="Control+Shift+N Shift+Meta+N" />
- <binding command="MonoDevelop.Ide.Commands.FileCommands.OpenFile" shortcut="Control+O Meta+O" />
- <binding command="MonoDevelop.Ide.Commands.FileCommands.PrintDocument" shortcut="Control+P Meta+P" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.Exit" shortcut="Alt+F4" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.NewFile" shortcut="Meta+N" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.NewProject" shortcut="Meta+Shift+N" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.OpenFile" shortcut="Meta+O Meta+Shift+O" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.PrintDocument" shortcut="Meta+P" />
<binding command="MonoDevelop.Ide.Commands.FileCommands.ReloadFile" shortcut="" />
- <binding command="MonoDevelop.Ide.Commands.FileCommands.Save" shortcut="Control+S Meta+S" />
- <binding command="MonoDevelop.Ide.Commands.FileCommands.SaveAll" shortcut="Control+Shift+S Shift+Meta+S" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.Save" shortcut="Meta+S" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.SaveAll" shortcut="Meta+Shift+S" />
<binding command="MonoDevelop.Ide.Commands.HelpCommands.Help" shortcut="" />
- <binding command="MonoDevelop.Ide.Commands.NavigationCommands.ClearNavigationHistory" shortcut="Control+Shift+C Shift+Meta+C" />
- <binding command="MonoDevelop.Ide.Commands.NavigationCommands.NavigateBack" shortcut="Control+Shift+2 Control+- Shift+Meta+2" />
- <binding command="MonoDevelop.Ide.Commands.NavigationCommands.NavigateForward" shortcut="Control+Shift+1 Control+Shift+- Shift+Meta+1" />
+ <binding command="MonoDevelop.Ide.Commands.NavigationCommands.NavigateBack" shortcut="Meta+Shift+2 Meta+-" />
+ <binding command="MonoDevelop.Ide.Commands.NavigationCommands.NavigateForward" shortcut="Meta+Shift+1 Meta+Shift+-" />
<binding command="MonoDevelop.Ide.Commands.ProjectCommands.AddFiles" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.ProjectCommands.AddItem" shortcut="Alt+Shift+A" />
- <binding command="MonoDevelop.Ide.Commands.ProjectCommands.AddNewFiles" shortcut="Control+Shift+A Shift+Meta+A" />
- <binding command="MonoDevelop.Ide.Commands.ProjectCommands.Build" shortcut="Control+F7 Meta+F7" />
- <binding command="MonoDevelop.Ide.Commands.ProjectCommands.BuildSolution" shortcut="Control+Shift+B Shift+Meta+B" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.AddNewFiles" shortcut="Meta+Shift+A" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.Build" shortcut="Shift+F6 Meta+F7" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.BuildSolution" shortcut="F6 Meta+Shift+B" />
<binding command="MonoDevelop.Ide.Commands.ProjectCommands.Clean" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.ProjectCommands.Rebuild" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.ProjectCommands.RebuildSolution" shortcut="" />
- <binding command="MonoDevelop.Ide.Commands.ProjectCommands.Run" shortcut="Control+F5 Meta+F5" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.Run" shortcut="Meta+F5" />
<binding command="MonoDevelop.Ide.Commands.ProjectCommands.RunCodeAnalysisSolution" shortcut="Alt+F11" />
- <binding command="MonoDevelop.Ide.Commands.ProjectCommands.Stop" shortcut="Shift+F5" />
- <binding command="MonoDevelop.Ide.Commands.SearchCommands.ClearBookmarks" shortcut="Control+K|Control+L Meta+K|Meta+L" />
- <binding command="MonoDevelop.Ide.Commands.SearchCommands.Find" shortcut="Control+F Meta+F" />
- <binding command="MonoDevelop.Ide.Commands.SearchCommands.FindInFiles" shortcut="Control+Shift+F Shift+Meta+F" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.Stop" shortcut="Meta+F15 Shift+F5" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.ClearBookmarks" shortcut="Meta+B|C Meta+K|L Meta+K|Meta+L" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.Find" shortcut="Meta+F" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.FindInFiles" shortcut="Meta+Shift+F" />
<binding command="MonoDevelop.Ide.Commands.SearchCommands.FindNext" shortcut="F3" />
- <binding command="MonoDevelop.Ide.Commands.SearchCommands.FindNextSelection" shortcut="Control+F3 Meta+F3" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.FindNextSelection" shortcut="Meta+F3" />
<binding command="MonoDevelop.Ide.Commands.SearchCommands.FindPrevious" shortcut="Shift+F3" />
- <binding command="MonoDevelop.Ide.Commands.SearchCommands.FindPreviousSelection" shortcut="Control+Shift+F3 Shift+Meta+F3" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.FindPreviousSelection" shortcut="Meta+Shift+F3" />
<binding command="MonoDevelop.Ide.Commands.SearchCommands.GotoFile" shortcut="" />
- <binding command="MonoDevelop.Ide.Commands.SearchCommands.GotoLineNumber" shortcut="Control+G Meta+G" />
- <binding command="MonoDevelop.Ide.Commands.SearchCommands.GotoType" shortcut="" />
- <binding command="MonoDevelop.Ide.Commands.SearchCommands.NextBookmark" shortcut="Control+K|Control+N Meta+K|Meta+N" />
- <binding command="MonoDevelop.Ide.Commands.SearchCommands.PrevBookmark" shortcut="Control+K|Control+P Meta+K|Meta+P" />
- <binding command="MonoDevelop.Ide.Commands.SearchCommands.Replace" shortcut="Control+H Meta+H" />
- <binding command="MonoDevelop.Ide.Commands.SearchCommands.ReplaceInFiles" shortcut="Control+Shift+H Shift+Meta+H" />
- <binding command="MonoDevelop.Ide.Commands.SearchCommands.ToggleBookmark" shortcut="Control+K|Control+K Meta+K|Meta+K" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.CharLeft" shortcut="Control+B Meta+B" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.GotoLineNumber" shortcut="Meta+G" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.GotoType" shortcut="Meta+K|Meta+V" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.NextBookmark" shortcut="Meta+B|N Meta+K|N Meta+K|Meta+N" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.PrevBookmark" shortcut="Meta+B|P Meta+K|P Meta+K|Meta+P" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.Replace" shortcut="Meta+H" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.ReplaceInFiles" shortcut="Meta+Shift+H" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.ToggleBookmark" shortcut="Meta+B|T Meta+K|K Meta+K|Meta+K" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.CharLeft" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.CharRight" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteLeftChar" shortcut="" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteLine" shortcut="Control+Shift+L Shift+Meta+L" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteLine" shortcut="Meta+L Meta+Shift+L" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteNextSubword" shortcut="" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteNextWord" shortcut="Control+Delete Meta+Delete" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteNextWord" shortcut="Meta+Delete" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeletePrevSubword" shortcut="" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeletePrevWord" shortcut="Control+BackSpace Meta+BackSpace" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteRightChar" shortcut="Control+D Meta+D" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeletePrevWord" shortcut="Meta+BackSpace" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteRightChar" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteToLineEnd" shortcut="" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DocumentEnd" shortcut="Control+End Meta+End" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DocumentStart" shortcut="Control+Home Meta+Home" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DocumentEnd" shortcut="Meta+End" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DocumentStart" shortcut="Meta+Home" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DynamicAbbrev" shortcut="" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.GotoMatchingBrace" shortcut="Control+] Meta+]" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.InsertNewLineAtEnd" shortcut="Control+Shift+Return Shift+Meta+Return" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.GotoMatchingBrace" shortcut="Meta+]" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.InsertNewLineAtEnd" shortcut="Meta+Shift+Return" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.InsertNewLinePreserveCaretPosition" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.LineDown" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.LineEnd" shortcut="End" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.LineStart" shortcut="Home" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.LineUp" shortcut="" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.MoveNextWord" shortcut="Control+Right Meta+Right" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.MovePrevWord" shortcut="Control+Left Meta+Left" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.PulseCaret" shortcut="F7 Escape" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.ScrollLineDown" shortcut="Control+Down Meta+Down" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.ScrollLineUp" shortcut="Control+Up Meta+Up" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveDown" shortcut="Shift+Down" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.MoveNextWord" shortcut="Meta+Right" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.MovePrevWord" shortcut="Meta+Left" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.PulseCaret" shortcut="Escape" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.ScrollLineDown" shortcut="Meta+Down" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.ScrollLineUp" shortcut="Meta+Up" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.ScrollPageDown" shortcut="Page_Down Meta+Page_Down" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.ScrollPageUp" shortcut="Page_Up Meta+Page_Up" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveEnd" shortcut="Shift+End" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveHome" shortcut="Shift+Home" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveLeft" shortcut="Shift+Left" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveNextWord" shortcut="Control+Shift+Right Shift+Meta+Right" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMovePrevWord" shortcut="Control+Shift+Left Shift+Meta+Left" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveRight" shortcut="Shift+Right" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveToDocumentEnd" shortcut="Control+Shift+End Shift+Meta+End" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveToDocumentStart" shortcut="Control+Shift+Home Shift+Meta+Home" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveUp" shortcut="Shift+Up" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.ShowCodeSurroundingsWindow" shortcut="Control+K|Control+S Meta+K|Meta+S" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.ShowCodeTemplateWindow" shortcut="Control+K|Control+X Meta+K|Meta+X" />
- <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.TransposeCharacters" shortcut="Control+T Meta+T" />
- <binding command="MonoDevelop.Ide.Commands.ViewCommands.CenterAndFocusCurrentDocument" shortcut="Control+L Meta+L" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveNextWord" shortcut="Meta+Shift+Right" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMovePrevWord" shortcut="Meta+Shift+Left" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.ShowCodeSurroundingsWindow" shortcut="Meta+K|S Meta+K|Meta+S" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.ShowCodeTemplateWindow" shortcut="Meta+K|X Meta+K|Meta+X" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.ShowCompletionWindow" shortcut="Meta+Space Meta+J" />
+ <binding command="MonoDevelop.Ide.Commands.ViewCommands.CenterAndFocusCurrentDocument" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ViewCommands.FocusCurrentDocument" shortcut="F7" />
<binding command="MonoDevelop.Ide.Commands.ViewCommands.FullScreen" shortcut="Alt+Shift+Return" />
- <binding command="MonoDevelop.Ide.Commands.ViewCommands.NextNotebook" shortcut="Control+F6 Meta+F6" />
- <binding command="MonoDevelop.Ide.Commands.ViewCommands.PreviousNotebook" shortcut="Control+Shift+F6 Shift+Meta+F6" />
- <binding command="MonoDevelop.Ide.Commands.ViewCommands.ShowNext" shortcut="" />
- <binding command="MonoDevelop.Ide.Commands.ViewCommands.ShowPrevious" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ViewCommands.NextNotebook" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ViewCommands.PreviousNotebook" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ViewCommands.ShowNext" shortcut="F8" />
+ <binding command="MonoDevelop.Ide.Commands.ViewCommands.ShowPrevious" shortcut="Shift+F8" />
<binding command="MonoDevelop.Ide.Commands.ViewCommands.SideBySideMode" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.ViewCommands.SingleMode" shortcut="" />
- <binding command="MonoDevelop.Ide.Commands.ViewCommands.ZoomIn" shortcut="Control+Shift+. Shift+Meta+." />
- <binding command="MonoDevelop.Ide.Commands.ViewCommands.ZoomOut" shortcut="Control+Shift+, Shift+Meta+," />
+ <binding command="MonoDevelop.Ide.Commands.ViewCommands.ZoomIn" shortcut="Meta+Shift+. Meta+Alt+=" />
+ <binding command="MonoDevelop.Ide.Commands.ViewCommands.ZoomOut" shortcut="Meta+Shift+, Meta+Alt+-" />
<binding command="MonoDevelop.Ide.Commands.ViewCommands.ZoomReset" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.WindowCommands.NextDocument" shortcut="Meta+F6" />
+ <binding command="MonoDevelop.Ide.Commands.WindowCommands.PrevDocument" shortcut="Meta+Shift+F6" />
<binding command="MonoDevelop.MacIntegration.MacIntegrationCommands.HideOthers" shortcut="" />
<binding command="MonoDevelop.MacIntegration.MacIntegrationCommands.HideWindow" shortcut="" />
- <binding command="MonoDevelop.Refactoring.RefactoryCommands.FindReferences" shortcut="Shift+F12" />
+ <binding command="MonoDevelop.MacIntegration.MacIntegrationCommands.MinimizeWindow" shortcut="" />
+ <binding command="MonoDevelop.Refactoring.RefactoryCommands.FindReferences" shortcut="Shift+F12 Meta+K|R Meta+K|Meta+R" />
<binding command="MonoDevelop.Refactoring.RefactoryCommands.GotoDeclaration" shortcut="F12" />
<binding command="MonoDevelop.Refactoring.RefactoryCommands.ImportSymbol" shortcut="" />
- <binding command="MonoDevelop.Refactoring.RefactoryCommands.QuickFix" shortcut="" />
+ <binding command="MonoDevelop.Refactoring.RefactoryCommands.QuickFix" shortcut="Meta+." />
<binding command="MonoDevelop.SourceEditor.SourceEditorCommands.NextIssue" shortcut="" />
- <binding command="MonoDevelop.SourceEditor.SourceEditorCommands.NextIssueError" shortcut="Control+Shift+F12 Shift+Meta+F12" />
+ <binding command="MonoDevelop.SourceEditor.SourceEditorCommands.NextIssueError" shortcut="Meta+Shift+F12" />
<binding command="MonoDevelop.SourceEditor.SourceEditorCommands.PrevIssue" shortcut="" />
<binding command="MonoDevelop.SourceEditor.SourceEditorCommands.PrevIssueError" shortcut="" />
- <binding command="MonoDevelop.UnitTesting.Commands.TestCommands.RerunTest" shortcut="Control+R|Control+L Meta+R|Meta+L" />
- <binding command="MonoDevelop.UnitTesting.Commands.TestCommands.RunAllTests" shortcut="Control+R|Control+A Meta+R|Meta+A" />
- <binding command="MonoDevelop.VersionControl.Commands.Log" shortcut="Control+0|Control+O Meta+0|Meta+O" />
- <binding command="MonoDevelop.VersionControl.Commands.SolutionStatus" shortcut="Control+0|Control+G Meta+0|Meta+G" />
- <binding command="MonoDevelop.VersionControl.Git.Commands.ManageBranches" shortcut="Control+0|Control+N Meta+0|Meta+N" />
- <binding command="Pad|MonoDevelop.Debugger.ImmediatePad" shortcut="Control+Alt+I Alt+Meta+I" />
- <binding command="Pad|MonoDevelop.Debugger.LocalsPad" shortcut="Control+Alt+V|L Alt+Meta+V|L" />
- <binding command="Pad|MonoDevelop.Debugger.StackTracePad" shortcut="Control+Alt+C Alt+Meta+C" />
- <binding command="Pad|MonoDevelop.Debugger.ThreadsPad" shortcut="Control+Alt+H Alt+Meta+H" />
- <binding command="Pad|MonoDevelop.Debugger.WatchPad" shortcut="Control+Alt+W Alt+Meta+W" />
- <binding command="Pad|MonoDevelop.DesignerSupport.DocumentOutlinePad" shortcut="Control+Alt+T Alt+Meta+T" />
- <binding command="Pad|MonoDevelop.DesignerSupport.PropertyPad" shortcut="F4" />
- <binding command="Pad|MonoDevelop.DesignerSupport.ToolboxPad" shortcut="Control+Alt+X Alt+Meta+X" />
- <binding command="Pad|MonoDevelop.Ide.Gui.Pads.ErrorListPad" shortcut="Control+\|Control+E Meta+\|Meta+E" />
- <binding command="Pad|MonoDevelop.Ide.Gui.Pads.TaskListPad" shortcut="Control+\|Control+T Meta+\|Meta+T" />
- <binding command="Pad|OutputPad-MonoDevelop.Ide.ApplicationOutput-0" shortcut="Control+Alt+O" />
- <binding command="Pad|ProjectPad" shortcut="Control+Alt+L Alt+Meta+L" />
- <binding command="Xamarin.Inspector.XS.Commands.InspectorCommands.Inspect" shortcut="" />
+ <binding command="MonoDevelop.UnitTesting.Commands.TestCommands.RerunTest" shortcut="Meta+R|L Meta+R|Meta+L" />
+ <binding command="MonoDevelop.UnitTesting.Commands.TestCommands.RunAllTests" shortcut="Meta+R|A Meta+R|Meta+A" />
+ <binding command="MonoDevelop.VersionMeta.Commands.Log" shortcut="Meta+0|O Meta+0|Meta+O" />
+ <binding command="MonoDevelop.VersionMeta.Commands.SolutionStatus" shortcut="Meta+0|G Meta+0|Meta+G" />
+ <binding command="MonoDevelop.VersionMeta.Git.Commands.ManageBranches" shortcut="Meta+0|N Meta+0|Meta+N" />
+ <binding command="Pad|ClassPad" shortcut="Meta+Shift+C Meta+W|C" />
+ <binding command="Pad|MonoDevelop.Debugger.ImmediatePad" shortcut="Meta+Alt+I Meta+D|I" />
+ <binding command="Pad|MonoDevelop.Debugger.LocalsPad" shortcut="Meta+Alt+V|L Meta+D|L" />
+ <binding command="Pad|MonoDevelop.Debugger.StackTracePad" shortcut="Meta+Alt+C Meta+D|C" />
+ <binding command="Pad|MonoDevelop.Debugger.ThreadsPad" shortcut="Meta+Alt+H Meta+D|T" />
+ <binding command="Pad|MonoDevelop.Debugger.WatchPad" shortcut="Meta+Alt+W Meta+D|W" />
+ <binding command="Pad|MonoDevelop.DesignerSupport.DocumentOutlinePad" shortcut="Meta+Alt+T Meta+W|U" />
+ <binding command="Pad|MonoDevelop.DesignerSupport.PropertyPad" shortcut="F4 Meta+W|P" />
+ <binding command="Pad|MonoDevelop.DesignerSupport.ToolboxPad" shortcut="Meta+Alt+X Meta+W|X" />
+ <binding command="Pad|MonoDevelop.Ide.Gui.Pads.ErrorListPad" shortcut="Meta+\|Meta+E Meta+W|E" />
+ <binding command="Pad|MonoDevelop.Ide.Gui.Pads.TaskListPad" shortcut="Meta+\|Meta+T Meta+W|T" />
+ <binding command="Pad|OutputPad-MonoDevelop.Ide.ApplicationOutput-0" shortcut="Meta+Alt+O Meta+W|O" />
+ <binding command="Pad|ProjectPad" shortcut="Meta+Alt+L Meta+W|S" />
</scheme>