Author: mkrueger Date: 2008-02-19 14:55:40 -0500 (Tue, 19 Feb 2008) New Revision: 96177
Added: trunk/monodevelop/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeMonoDevelop1.xml Modified: trunk/monodevelop/main/src/core/MonoDevelop.Ide/ChangeLog trunk/monodevelop/main/src/core/MonoDevelop.Ide/Makefile.am trunk/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml trunk/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.mdp trunk/monodevelop/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeDefault.xml trunk/monodevelop/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeEmacs.xml trunk/monodevelop/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml Log: * 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. Modified: trunk/monodevelop/main/src/core/MonoDevelop.Ide/ChangeLog =================================================================== --- trunk/monodevelop/main/src/core/MonoDevelop.Ide/ChangeLog 2008-02-19 19:43:08 UTC (rev 96176) +++ trunk/monodevelop/main/src/core/MonoDevelop.Ide/ChangeLog 2008-02-19 19:55:40 UTC (rev 96177) @@ -1,3 +1,12 @@ +2008-02-19 Mike Krüger <[EMAIL PROTECTED]> + + * 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. + 2008-02-18 Lluis Sanchez Gual <[EMAIL PROTECTED]> * MonoDevelop.Ide.Gui/MonoDevelopTreeView.cs: If there are several valid Modified: trunk/monodevelop/main/src/core/MonoDevelop.Ide/Makefile.am =================================================================== --- trunk/monodevelop/main/src/core/MonoDevelop.Ide/Makefile.am 2008-02-19 19:43:08 UTC (rev 96176) +++ trunk/monodevelop/main/src/core/MonoDevelop.Ide/Makefile.am 2008-02-19 19:55:40 UTC (rev 96177) @@ -376,6 +376,7 @@ MonoDevelop.Ide.StandardHeader/StandardHeaderTemplates.xml \ options/KeyBindingSchemeDefault.xml \ options/KeyBindingSchemeEmacs.xml \ + options/KeyBindingSchemeMonoDevelop1.xml \ options/KeyBindingSchemeVisualStudio.xml \ templates/AppConfigFile.xft.xml \ templates/BlankCombine.xpt.xml \ Modified: trunk/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml =================================================================== --- trunk/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml 2008-02-19 19:43:08 UTC (rev 96176) +++ trunk/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml 2008-02-19 19:55:40 UTC (rev 96177) @@ -927,6 +927,7 @@ <Scheme _name = "Default" resource="KeyBindingSchemeDefault.xml"/> <Scheme _name = "GNU/Emacs" resource="KeyBindingSchemeEmacs.xml"/> <Scheme _name = "Visual Studio" resource="KeyBindingSchemeVisualStudio.xml"/> + <Scheme _name = "MonoDevelop 1.0" resource="KeyBindingSchemeMonoDevelop1.xml"/> </Extension> <Extension path = "/MonoDevelop/Ide/ContextMenu/ProjectPad/Combine"> Modified: trunk/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.mdp =================================================================== --- trunk/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.mdp 2008-02-19 19:43:08 UTC (rev 96176) +++ trunk/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.mdp 2008-02-19 19:55:40 UTC (rev 96177) @@ -378,6 +378,7 @@ <File name="MonoDevelop.Ide.Dom/CompilationUnit.cs" subtype="Code" buildaction="Compile" /> <File name="MonoDevelop.Ide.ExternalTools/ExternalToolPanel.cs" subtype="Code" buildaction="Compile" /> <File name="gtk-gui/MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.cs" subtype="Code" buildaction="Compile" /> + <File name="options/KeyBindingSchemeMonoDevelop1.xml" subtype="Code" buildaction="EmbedAsResource" /> </Contents> <References> <ProjectReference type="Gac" localcopy="False" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> @@ -400,12 +401,12 @@ <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.3.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" /> <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins.Setup, Version=0.3.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" /> <ProjectReference type="Gac" localcopy="True" refto="monodoc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" /> - <ProjectReference type="Gac" localcopy="True" refto="glade-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> - <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> - <ProjectReference type="Gac" localcopy="True" refto="pango-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> - <ProjectReference type="Gac" localcopy="True" refto="atk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> - <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> - <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> + <ProjectReference type="Gac" localcopy="True" refto="glade-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> + <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> + <ProjectReference type="Gac" localcopy="True" refto="pango-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> + <ProjectReference type="Gac" localcopy="True" refto="atk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> + <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> + <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.10.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" /> </References> <GtkDesignInfo isWidgetLibrary="True" gtkVersion="2.8.3"> <ExportedWidgets> Modified: trunk/monodevelop/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeDefault.xml =================================================================== --- trunk/monodevelop/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeDefault.xml 2008-02-19 19:43:08 UTC (rev 96176) +++ trunk/monodevelop/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeDefault.xml 2008-02-19 19:55:40 UTC (rev 96177) @@ -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="" /> Modified: trunk/monodevelop/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeEmacs.xml =================================================================== --- trunk/monodevelop/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeEmacs.xml 2008-02-19 19:43:08 UTC (rev 96176) +++ trunk/monodevelop/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeEmacs.xml 2008-02-19 19:55:40 UTC (rev 96177) @@ -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="" /> Added: trunk/monodevelop/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeMonoDevelop1.xml =================================================================== --- trunk/monodevelop/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeMonoDevelop1.xml 2008-02-19 19:43:08 UTC (rev 96176) +++ trunk/monodevelop/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeMonoDevelop1.xml 2008-02-19 19:55:40 UTC (rev 96177) @@ -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> Modified: trunk/monodevelop/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml =================================================================== --- trunk/monodevelop/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml 2008-02-19 19:43:08 UTC (rev 96176) +++ trunk/monodevelop/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml 2008-02-19 19:55:40 UTC (rev 96177) @@ -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="" /> _______________________________________________ Mono-patches maillist - Mono-patches@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-patches