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:
authorMichael Hutchinson <mhutchinson@novell.com>2010-05-20 04:10:56 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2010-05-20 04:10:56 +0400
commit3e6fd09f30dc74dfa9d5de597d1412db4efc14ce (patch)
treea77abed5d3cc071705fc25b90d212c114460ed0e /main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
parenta895b5828e898aaef67001d1828b0cdec9d427c5 (diff)
* src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml:
* src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.addin.xml: Fix keybindings. svn path=/trunk/monodevelop/; revision=157584
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml')
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
index bf718f471f..6d793ed33b 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.addin.xml
@@ -1158,7 +1158,7 @@
defaultHandler = "MonoDevelop.Ide.Commands.ShowPreviousHandler"
_label = "Show Previous"
_description = "Move cursor to previous error or search match"
- macShortcut = "Meta|Shift|="
+ macShortcut = "Meta|+"
shortcut = "Shift|F4" />
<Command id = "MonoDevelop.Ide.Commands.NavigationCommands.NavigateBack"
@@ -1239,14 +1239,14 @@
icon = "gtk-go-forward"
_description = "Show next window"
shortcut = "Control|Page_Down"
- macShortcut = "Meta|Shift|]" />
+ macShortcut = "Meta|}" />
<Command id = "MonoDevelop.Ide.Commands.WindowCommands.PrevWindow"
defaultHandler = "MonoDevelop.Ide.Commands.PrevWindowHandler"
_label = "_Previous Window"
icon = "gtk-go-back"
_description = "Show previous window"
shortcut = "Control|Page_Up"
- macShortcut = "Meta|Shift|[" />
+ macShortcut = "Meta|{" />
<Command id = "MonoDevelop.Ide.Commands.WindowCommands.OpenWindowList"
defaultHandler = "MonoDevelop.Ide.Commands.OpenWindowListHandler"
type="radio|array"
@@ -1288,7 +1288,7 @@
_description = "Show help"
defaultHandler = "MonoDevelop.Ide.Commands.HelpHandler"
shortcut = "F1"
- macShortcut = "Meta|Alt|Shift|/" />
+ macShortcut = "Meta|Alt|?" />
<Command id = "MonoDevelop.Ide.Commands.HelpCommands.TipOfTheDay"
defaultHandler = "MonoDevelop.Ide.Commands.TipOfTheDayHandler"
_label = "_Tip of the Day"