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:
authorVsevolod Kukol <sevoku@xamarin.com>2016-07-12 12:46:01 +0300
committerVsevolod Kukol <sevoku@xamarin.com>2016-07-12 12:46:01 +0300
commit558e999b4e1c969cdd0da59f528828bdfda05c5d (patch)
tree4b6a76ef16e05eb23a4f43e56d948cbf0db407ad /main/src/core/MonoDevelop.Ide/options
parent40134cd6b1d48e76afd05f935ffe8bd7abe51024 (diff)
[Ide] Fix duplicate binding in VS schemes
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/options')
-rw-r--r--main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio-mac.xml1
-rw-r--r--main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio-mac.xml b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio-mac.xml
index dbd3f5591c..db4aab8261 100644
--- a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio-mac.xml
+++ b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio-mac.xml
@@ -9,6 +9,7 @@
<binding command="MonoDevelop.CSharp.Highlighting.MoveToUsagesCommand.PrevUsage" shortcut="Meta+Shift+Up" />
<binding command="MonoDevelop.CSharp.Navigation.FindImplementingMembers" shortcut="Meta+F12" />
<binding command="MonoDevelop.CSharp.Refactoring.ExtractMethodCommand" shortcut="Meta+R|M Meta+R|Meta+M" />
+ <binding command="MonoDevelop.CSharp.Refactoring.FindProjectReferenceUsages" shortcut="" />
<binding command="MonoDevelop.Debugger.DebugCommands.AttachToProcess" shortcut="Meta+Alt+P" />
<binding command="MonoDevelop.Debugger.DebugCommands.ClearAllBreakpoints" shortcut="Meta+Shift+F9" />
<binding command="MonoDevelop.Debugger.DebugCommands.Debug" shortcut="F5" />
diff --git a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml
index d41b2d703b..f2bc28d9be 100644
--- a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml
+++ b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml
@@ -8,6 +8,7 @@
<binding command="MonoDevelop.CSharp.Highlighting.MoveToUsagesCommand.PrevUsage" shortcut="Control+Shift+Up" />
<binding command="MonoDevelop.CSharp.Navigation.FindImplementingMembers" shortcut="Control+F12" />
<binding command="MonoDevelop.CSharp.Refactoring.ExtractMethodCommand" shortcut="Control+R|M Control+R|Control+M" />
+ <binding command="MonoDevelop.CSharp.Refactoring.FindProjectReferenceUsages" shortcut="" />
<binding command="MonoDevelop.Debugger.DebugCommands.AttachToProcess" shortcut="Control+Alt+P" />
<binding command="MonoDevelop.Debugger.DebugCommands.ClearAllBreakpoints" shortcut="Control+Shift+F9" />
<binding command="MonoDevelop.Debugger.DebugCommands.Debug" shortcut="F5" />