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-02 18:23:03 +0400
committerJeffrey Stedfast <jeff@xamarin.com>2011-09-02 18:23:03 +0400
commit2c918c715284ebe0bdfbd5ef5ccce204a06ac703 (patch)
tree51c3778de93f87b7557b7290a349aaf2dae35714 /main/src/core/MonoDevelop.Ide/ExtensionModel
parenta76f9208f61583237fdbbd75265365ea8032f65b (diff)
Revert previous keybindings changes until miguel has time to review them
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/ExtensionModel')
-rw-r--r--main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml13
1 files changed, 4 insertions, 9 deletions
diff --git a/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml b/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
index 24ee825306..506c6dac8a 100644
--- a/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
+++ b/main/src/core/MonoDevelop.Ide/ExtensionModel/Commands.addin.xml
@@ -88,7 +88,6 @@
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" />
@@ -156,13 +155,11 @@
_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"
- macShortcut = "Control|I" />
+ _label = "_Format Document" />
<Command id = "MonoDevelop.Ide.CodeFormatting.CodeFormattingCommands.FormatSelection"
defaultHandler = "MonoDevelop.Ide.CodeFormatting.FormatSelectionHandler"
_label = "_Format Selection" />
@@ -708,8 +705,7 @@
_label = "_Replace..."
icon = "gtk-find-and-replace"
_description = "Search for and replace text"
- shortcut = "Control|H"
- macShortcut = "Alt|Meta|F" />
+ shortcut = "Control|H" />
<Command id = "MonoDevelop.Ide.Commands.SearchCommands.FindNext"
_label = "Find _Next"
@@ -753,7 +749,6 @@
_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"
@@ -761,12 +756,12 @@
_label = "Go to Type..."
_description = "Jump to the declaration of type in the current workspace"
shortcut = "Control|Shift|T"
- macShortcut = "Alt|Shift|T" />
+ macShortcut = "Meta|Shift|T" />
<Command id = "MonoDevelop.Ide.Commands.SearchCommands.GotoFile"
defaultHandler = "MonoDevelop.Ide.NavigateToDialog.GotoFileHandler"
_label = "Go to File..."
shortcut = "Alt|Shift|O"
- macShortcut = "Alt|Shift|O"
+ macShortcut = "Meta|Shift|D"
_description = "Jump to a file in the current workspace"
icon = "gtk-open" />