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:
authorMike Krüger <mkrueger@novell.com>2008-02-19 22:55:40 +0300
committerMike Krüger <mkrueger@novell.com>2008-02-19 22:55:40 +0300
commiteba3434643cd6c75b3d1a005d875c616d8511f6c (patch)
tree00ebfeadbeec5eec783852d704c0a6daa6346eef /main/src/core/MonoDevelop.Ide/options
parent0840e1778538d48063e07a500d8225efbdcd4631 (diff)
* options/KeyBindingSchemeEmacs.xml,
options/KeyBindingSchemeMonoDevelop1.xml, options/KeyBindingSchemeVisualStudio.xml, options/KeyBindingSchemeDefault.xml, MonoDevelop.Ide.addin.xml: Removed delete key in all keybindings (fixing #363035). Added MonoDevelop 1.0 key binding. svn path=/trunk/monodevelop/; revision=96177
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/options')
-rw-r--r--main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeDefault.xml2
-rw-r--r--main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeEmacs.xml2
-rw-r--r--main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeMonoDevelop1.xml189
-rw-r--r--main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml2
4 files changed, 192 insertions, 3 deletions
diff --git a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeDefault.xml b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeDefault.xml
index 2f4469ad2f..4b495316df 100644
--- a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeDefault.xml
+++ b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeDefault.xml
@@ -25,7 +25,7 @@
<binding command="MonoDevelop.Ide.Commands.EditCommands.CommentCode" shortcut="Control+Alt+C" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.Copy" shortcut="Control+C" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.Cut" shortcut="Control+X" />
- <binding command="MonoDevelop.Ide.Commands.EditCommands.Delete" shortcut="Delete" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.Delete" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.IndentSelection" shortcut="Control+Alt+Home" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.LowercaseSelection" shortcut="Control+Shift+L" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.MonodevelopPreferences" shortcut="" />
diff --git a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeEmacs.xml b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeEmacs.xml
index b68d8e06a0..ffb4842f16 100644
--- a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeEmacs.xml
+++ b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeEmacs.xml
@@ -25,7 +25,7 @@
<binding command="MonoDevelop.Ide.Commands.EditCommands.CommentCode" shortcut="Control+Alt+C" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.Copy" shortcut="Alt+W" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.Cut" shortcut="Control+W" />
- <binding command="MonoDevelop.Ide.Commands.EditCommands.Delete" shortcut="Delete" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.Delete" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.IndentSelection" shortcut="Control+X|Tab" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.LowercaseSelection" shortcut="Control+X|Control+L" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.MonodevelopPreferences" shortcut="" />
diff --git a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeMonoDevelop1.xml b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeMonoDevelop1.xml
new file mode 100644
index 0000000000..b6b7fb1856
--- /dev/null
+++ b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeMonoDevelop1.xml
@@ -0,0 +1,189 @@
+<?xml version="1.0"?>
+<scheme version="1.0">
+ <binding command="MonoDevelop.Autotools.Commands.GenerateFiles" shortcut="" />
+ <binding command="MonoDevelop.Autotools.Commands.SynchWithMakefile" shortcut="" />
+ <binding command="MonoDevelop.ChangeLogAddIn.ChangeLogCommands.InsertEntry" shortcut="" />
+ <binding command="MonoDevelop.Components.Commands.CommandSystemCommands.ToolbarList" shortcut="" />
+ <binding command="MonoDevelop.Deployment.Commands.AddPackage" shortcut="" />
+ <binding command="MonoDevelop.Deployment.Commands.CreatePackage" shortcut="" />
+ <binding command="MonoDevelop.Deployment.Commands.Install" shortcut="" />
+ <binding command="MonoDevelop.DesignerSupport.Commands.SelectItems" shortcut="" />
+ <binding command="MonoDevelop.GtkCore.GtkCommands.AddNewActionGroup" shortcut="" />
+ <binding command="MonoDevelop.GtkCore.GtkCommands.AddNewDialog" shortcut="" />
+ <binding command="MonoDevelop.GtkCore.GtkCommands.AddNewWidget" shortcut="" />
+ <binding command="MonoDevelop.GtkCore.GtkCommands.AddNewWindow" shortcut="" />
+ <binding command="MonoDevelop.GtkCore.GtkCommands.EditIcons" shortcut="" />
+ <binding command="MonoDevelop.GtkCore.GtkCommands.GtkSettings" shortcut="" />
+ <binding command="MonoDevelop.GtkCore.GtkCommands.ImportGladeFile" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.DebugCommands.ClearAllBreakpoints" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.DebugCommands.DebugApplication" shortcut="Control+F5" />
+ <binding command="MonoDevelop.Ide.Commands.DebugCommands.Pause" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.DebugCommands.StepInto" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.DebugCommands.StepOut" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.DebugCommands.StepOver" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.DebugCommands.ToggleBreakpoint" shortcut="F2" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.CommentCode" shortcut="Shift+Control+C" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.Copy" shortcut="Control+C" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.Cut" shortcut="Control+X" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.Delete" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.IndentSelection" shortcut="Control+Alt+End" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.LowercaseSelection" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.MonodevelopPreferences" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.Paste" shortcut="Control+V" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.Redo" shortcut="Control+Y" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.Rename" shortcut="F2" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.SelectAll" shortcut="Control+A" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.UncommentCode" shortcut="Shift+Control+C" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.Undo" shortcut="Control+Z" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.UnIndentSelection" shortcut="Control+Alt+End" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.UppercaseSelection" shortcut="Control+Shift+U" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.WordCount" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.ClearRecentFiles" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.ClearRecentProjects" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.CloseAllFiles" shortcut="Control+Shift+W" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.CloseCombine" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.CloseFile" shortcut="Control+W" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.Exit" shortcut="Control+Q" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.NewFile" shortcut="Control+N" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.NewProject" shortcut="Control+Shift+N" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.OpenFile" shortcut="Control+O" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.OpenFileInSolution" shortcut="Alt+Shift+O" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.RecentFileList" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.RecentProjectList" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.ReloadFile" shortcut="Control+U" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.Save" shortcut="Control+S" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.SaveAll" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.SaveAs" shortcut="Control+Shift+S" />
+ <binding command="MonoDevelop.Ide.Commands.HelpCommands.About" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.HelpCommands.Help" shortcut="F1" />
+ <binding command="MonoDevelop.Ide.Commands.HelpCommands.TipOfTheDay" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.NavigationCommands.NavigateBack" shortcut="Control+-" />
+ <binding command="MonoDevelop.Ide.Commands.NavigationCommands.NavigateForward" shortcut="Control+Shift+-" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.AddCombine" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.AddFiles" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.AddNewCombine" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.AddNewFiles" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.AddNewProject" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.AddProject" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.AddReference" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.AddResource" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.Build" shortcut="F7" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.BuildSolution" shortcut="F8" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.Clean" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.CleanSolution" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.ConfigurationSelector" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.CustomCommandList" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.Debug" shortcut="F5" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.DebugEntry" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.ExportProject" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.IncludeInBuild" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.IncludeInDeploy" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.IncludeToProject" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.LocalCopyReference" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.NewFolder" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.Options" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.Rebuild" shortcut="Control+F7" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.RebuildSolution" shortcut="Control+F8" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.Reload" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.RemoveFromProject" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.Run" shortcut="F5" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.RunEntry" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.SetAsStartupProject" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ProjectCommands.Stop" shortcut="Shift+F5" />
+ <binding command="MonoDevelop.Ide.Commands.RefactoryCommands.CurrentRefactoryOperations" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.Find" shortcut="Control+F" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.FindInFiles" shortcut="Control+Shift+F" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.FindNext" shortcut="F3" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.FindNextSelection" shortcut="Control+F3" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.FindPrevious" shortcut="Shift+F3" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.FindPreviousSelection" shortcut="Control+Shift+F3" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.GotoType" shortcut="Control+Shift+T" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.Replace" shortcut="Control+H" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.ReplaceInFiles" shortcut="Control+Shift+H" />
+ <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="" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteRightChar" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteToLineEnd" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.MoveBlockUp" shortcut="Alt+Up" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.MoveBlockDown" shortcut="Alt+Down" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DocumentEnd" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DocumentStart" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.LineDown" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.LineEnd" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.LineStart" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.LineUp" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.PageDown" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.PageUp" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.ScrollLineDown" shortcut="Control+Down" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.ScrollLineUp" shortcut="Control+Up" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.ShowCompletionWindow" shortcut="Control+Space" />
+ <binding command="MonoDevelop.Ide.Commands.ToolCommands.AddinManager" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ToolCommands.ToolList" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ViewCommands.CollapseAllTreeNodes" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ViewCommands.DeleteCurrentLayout" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ViewCommands.FullScreen" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ViewCommands.LayoutList" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ViewCommands.LayoutSelector" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ViewCommands.NewLayout" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ViewCommands.Open" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ViewCommands.OpenWithList" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ViewCommands.RefreshTree" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ViewCommands.ResetTreeDisplayOptions" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ViewCommands.ShowNext" shortcut="F4" />
+ <binding command="MonoDevelop.Ide.Commands.ViewCommands.ShowPrevious" shortcut="Shift+F4" />
+ <binding command="MonoDevelop.Ide.Commands.ViewCommands.TreeDisplayOptionList" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.ViewCommands.ViewList" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.WindowCommands.NextWindow" shortcut="Control+Next" />
+ <binding command="MonoDevelop.Ide.Commands.WindowCommands.OpenWindowList" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.WindowCommands.PrevWindow" shortcut="Control+Prior" />
+ <binding command="MonoDevelop.NUnit.Commands.NUnitProjectCommands.AddAssembly" shortcut="" />
+ <binding command="MonoDevelop.NUnit.Commands.TestChartCommands.ShowFailedTests" shortcut="" />
+ <binding command="MonoDevelop.NUnit.Commands.TestChartCommands.ShowIgnoredTests" shortcut="" />
+ <binding command="MonoDevelop.NUnit.Commands.TestChartCommands.ShowResults" shortcut="" />
+ <binding command="MonoDevelop.NUnit.Commands.TestChartCommands.ShowSuccessfulTests" shortcut="" />
+ <binding command="MonoDevelop.NUnit.Commands.TestChartCommands.ShowTime" shortcut="" />
+ <binding command="MonoDevelop.NUnit.Commands.TestChartCommands.SingleDayResult" shortcut="" />
+ <binding command="MonoDevelop.NUnit.Commands.TestChartCommands.UseTimeScale" shortcut="" />
+ <binding command="MonoDevelop.NUnit.Commands.TestCommands.RunTest" shortcut="" />
+ <binding command="MonoDevelop.NUnit.Commands.TestCommands.SelectTestInTree" shortcut="" />
+ <binding command="MonoDevelop.NUnit.Commands.TestCommands.ShowTestCode" shortcut="" />
+ <binding command="MonoDevelop.NUnit.Commands.TestCommands.ShowTestDetails" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.ClearBookmarks" shortcut="Control+Shift+F2" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.GotoLineNumber" shortcut="Control+G" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.GotoMatchingBrace" shortcut="Control+]" />
+ <binding command="MonoDevelop.SourceEditor.EditorCommands.HighlightingTypeList" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.NextBookmark" shortcut="F2" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.PrevBookmark" shortcut="Shift+F2" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.PrintDocument" shortcut="Control+P" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.PrintPreviewDocument" shortcut="Control+Shift+P" />
+ <binding command="MonoDevelop.SourceEditor.EditorCommands.ShowBufferOptions" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.ToggleBookmark" shortcut="Control+F2" />
+ <binding command="MonoDevelop.VersionControl.Commands.Add" shortcut="" />
+ <binding command="MonoDevelop.VersionControl.Commands.Checkout" shortcut="" />
+ <binding command="MonoDevelop.VersionControl.Commands.Commit" shortcut="" />
+ <binding command="MonoDevelop.VersionControl.Commands.Diff" shortcut="" />
+ <binding command="MonoDevelop.VersionControl.Commands.Log" shortcut="" />
+ <binding command="MonoDevelop.VersionControl.Commands.Publish" shortcut="" />
+ <binding command="MonoDevelop.VersionControl.Commands.Remove" shortcut="" />
+ <binding command="MonoDevelop.VersionControl.Commands.Revert" shortcut="" />
+ <binding command="MonoDevelop.VersionControl.Commands.Status" shortcut="" />
+ <binding command="MonoDevelop.VersionControl.Commands.Update" shortcut="" />
+ <binding command="MonoDevelop.WebReferences.WebReferenceCommands.Add" shortcut="" />
+ <binding command="MonoDevelop.WebReferences.WebReferenceCommands.Delete" shortcut="" />
+ <binding command="MonoDevelop.WebReferences.WebReferenceCommands.DeleteAll" shortcut="" />
+ <binding command="MonoDevelop.WebReferences.WebReferenceCommands.Update" shortcut="" />
+ <binding command="MonoDevelop.WebReferences.WebReferenceCommands.UpdateAll" shortcut="" />
+ <binding command="MonoDevelop.WelcomePage.WelcomePageCommands.ShowWelcomePage" shortcut="" />
+ <binding command="MonoDeveloper.Commands.Install" shortcut="" />
+ <binding command="MonoQuery.Commands.MonoQueryCommands.AddConnection" shortcut="" />
+ <binding command="MonoQuery.Commands.MonoQueryCommands.DisconnectConnection" shortcut="" />
+ <binding command="MonoQuery.Commands.MonoQueryCommands.DropTable" shortcut="" />
+ <binding command="MonoQuery.Commands.MonoQueryCommands.EmptyTable" shortcut="" />
+ <binding command="MonoQuery.Commands.MonoQueryCommands.QueryCommand" shortcut="" />
+ <binding command="MonoQuery.Commands.MonoQueryCommands.Refresh" shortcut="" />
+ <binding command="MonoQuery.Commands.MonoQueryCommands.RefreshConnection" shortcut="" />
+ <binding command="MonoQuery.Commands.MonoQueryCommands.RefreshProviderList" shortcut="" />
+ <binding command="MonoQuery.Commands.MonoQueryCommands.RemoveConnection" shortcut="" />
+</scheme>
diff --git a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml
index 837f5fb338..28683e537c 100644
--- a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml
+++ b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml
@@ -25,7 +25,7 @@
<binding command="MonoDevelop.Ide.Commands.EditCommands.CommentCode" shortcut="Control+K|Control+C" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.Copy" shortcut="Control+C" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.Cut" shortcut="Control+X" />
- <binding command="MonoDevelop.Ide.Commands.EditCommands.Delete" shortcut="Delete" />
+ <binding command="MonoDevelop.Ide.Commands.EditCommands.Delete" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.IndentSelection" shortcut="Control+Alt+Home" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.LowercaseSelection" shortcut="Control+U" />
<binding command="MonoDevelop.Ide.Commands.EditCommands.MonodevelopPreferences" shortcut="" />