[Monodevelop-patches-list] r432 - trunk/MonoDevelop/build/AddIns

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Sat Jan 10 19:34:38 EST 2004


Author: tberman
Date: 2004-01-10 19:34:38 -0500 (Sat, 10 Jan 2004)
New Revision: 432

Modified:
   trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin
Log:
changing close to ctrl+w and close combine to ctrl+shift+w


Modified: trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin
===================================================================
--- trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin	2004-01-11 00:14:31 UTC (rev 431)
+++ trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin	2004-01-11 00:34:38 UTC (rev 432)
@@ -555,14 +555,14 @@
 		                        <MenuItem id = "CloseFile"
 		                                  label = "${res:XML.MainMenu.FileMenu.Close.File}" 
 		                                  description = "${res:XML.MainMenu.FileMenu.Close.File.Desription}"
-						  shortcut = "Control|F4"
+						  shortcut = "Control|W"
 		                                  class ="ICSharpCode.SharpDevelop.Commands.CloseFile"/>
 	                        </Conditional>
 	                        <Conditional iscombineopen="True" action="Disable">
 		                        <MenuItem id = "CloseCombine"
 		                                  label = "${res:XML.MainMenu.FileMenu.Close.Project}" 
 		                                  description = "${res:XML.MainMenu.FileMenu.Close.Project.Desription}"
-						  shortcut = "Control|Shift|F4"
+						  shortcut = "Control|Shift|W"
 		                                  class = "ICSharpCode.SharpDevelop.Commands.ClearCombine"/>
 		                </Conditional>
 	                </MenuItem>




More information about the Monodevelop-patches-list mailing list