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:
authorJeffrey Stedfast <jeff@xamarin.com>2011-09-01 21:24:33 +0400
committerJeffrey Stedfast <jeff@xamarin.com>2011-09-01 21:24:33 +0400
commit7e0de2dd3ba82efd11725f96d26c5b4b4f3b0f3f (patch)
tree992ae0ad5ce6b245ebc767f08b2cb3449cb87d3f /main/src/core/MonoDevelop.Ide/ExtensionModel
parent55ce82ba3e7b04daa377e8aa1ad6e21f22cf9079 (diff)
Fixed keybinding conflicts (bug #445) and assigned a few more.
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/ExtensionModel')
-rw-r--r--main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml b/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
index 506c6dac8a..24ee825306 100644
--- a/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
+++ b/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
@@ -88,6 +88,7 @@
icon = "md-select-all" />
<Command id = "MonoDevelop.Ide.Commands.EditCommands.ToggleCodeComment"
shortcut = "Control|Alt|C"
+ macShortcut = "Meta|/"
_description = "Comment/Uncomment selected lines of code"
_label = "_Toggle Line Comment(s)"
icon = "md-comment" />
@@ -155,11 +156,13 @@
_description = "Toggles all the foldings in the document."/>
<Command id = "MonoDevelop.Ide.Commands.EditCommands.FoldDefinitions"
_label = "Show _Definitions Only"
+ macShortcut = "Alt|Shift|Meta|Right"
_description = "Folds all method and property bodies."/>
<Command id = "MonoDevelop.Ide.CodeFormatting.CodeFormattingCommands.FormatBuffer"
defaultHandler = "MonoDevelop.Ide.CodeFormatting.FormatBufferHandler"
- _label = "_Format Document" />
+ _label = "_Format Document"
+ macShortcut = "Control|I" />
<Command id = "MonoDevelop.Ide.CodeFormatting.CodeFormattingCommands.FormatSelection"
defaultHandler = "MonoDevelop.Ide.CodeFormatting.FormatSelectionHandler"
_label = "_Format Selection" />
@@ -705,7 +708,8 @@
_label = "_Replace..."
icon = "gtk-find-and-replace"
_description = "Search for and replace text"
- shortcut = "Control|H" />
+ shortcut = "Control|H"
+ macShortcut = "Alt|Meta|F" />
<Command id = "MonoDevelop.Ide.Commands.SearchCommands.FindNext"
_label = "Find _Next"
@@ -749,6 +753,7 @@
_label = "R_eplace in Files..."
icon = "md-replace-in-files"
shortcut = "Control|Shift|H"
+ macShortcut = "Alt|Meta|Shift|F"
_description = "Search for and replace text in all files of a directory" />
<Command id = "MonoDevelop.Ide.Commands.SearchCommands.GotoType"
@@ -756,12 +761,12 @@
_label = "Go to Type..."
_description = "Jump to the declaration of type in the current workspace"
shortcut = "Control|Shift|T"
- macShortcut = "Meta|Shift|T" />
+ macShortcut = "Alt|Shift|T" />
<Command id = "MonoDevelop.Ide.Commands.SearchCommands.GotoFile"
defaultHandler = "MonoDevelop.Ide.NavigateToDialog.GotoFileHandler"
_label = "Go to File..."
shortcut = "Alt|Shift|O"
- macShortcut = "Meta|Shift|D"
+ macShortcut = "Alt|Shift|O"
_description = "Jump to a file in the current workspace"
icon = "gtk-open" />