[Monodevelop-patches-list] r996 - trunk/MonoDevelop/build/AddIns
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Mon Feb 23 00:29:26 EST 2004
Author: tberman
Date: 2004-02-23 00:29:26 -0500 (Mon, 23 Feb 2004)
New Revision: 996
Modified:
trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin
Log:
ctrl + page up/down changes windows now, closing #54743
Modified: trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin
===================================================================
--- trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin 2004-02-23 04:58:00 UTC (rev 995)
+++ trunk/MonoDevelop/build/AddIns/SharpDevelopCore.addin 2004-02-23 05:29:26 UTC (rev 996)
@@ -827,13 +827,13 @@
label = "${res:XML.MainMenu.WindowMenu.NxtWindow}"
icon = "Icons.16x16.NextWindowIcon"
description = "${res:XML.MainMenu.WindowMenu.NxtWindow.Description}"
- shortcut = "Control|Tab"
+ shortcut = "Control|Page_Down"
class = "ICSharpCode.SharpDevelop.Commands.SelectNextWindow" />
<MenuItem id = "PrevWindow"
label = "${res:XML.MainMenu.WindowMenu.PrvWindow}"
icon = "Icons.16x16.PrevWindowIcon"
description = "${res:XML.MainMenu.WindowMenu.PrvWindow.Description}"
- shortcut = "Shift|Control|Tab"
+ shortcut = "Control|Page_Up"
class = "ICSharpCode.SharpDevelop.Commands.SelectPrevWindow" />
<MenuItem id ="NxtPrvSeparator" label = "-" />
<MenuItem id = "CloseAll"
More information about the Monodevelop-patches-list
mailing list