[Monodevelop-patches-list] r1015 - trunk/MonoDevelop/build/AddIns
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Tue Feb 24 00:50:05 EST 2004
Author: tberman
Date: 2004-02-24 00:50:05 -0500 (Tue, 24 Feb 2004)
New Revision: 1015
Modified:
trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin
Log:
alt+f8 is a bad key to bind too.
Modified: trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin
===================================================================
--- trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin 2004-02-24 04:59:56 UTC (rev 1014)
+++ trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin 2004-02-24 05:50:05 UTC (rev 1015)
@@ -757,7 +757,7 @@
<MenuItem id = "CompileAll"
label = "${res:XML.MainMenu.RunMenu.CompileAll}"
description = "${res:XML.MainMenu.RunMenu.CompileAll.Description}"
- shortcut = "Alt|F8"
+ shortcut = "Control|F8"
class = "ICSharpCode.SharpDevelop.Commands.CompileAll"/>
<MenuItem id = "Separator1" label = "-" />
<!-- <Conditional activeproject="*">
More information about the Monodevelop-patches-list
mailing list