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:
authorMike Krüger <mkrueger@novell.com>2011-01-24 12:40:24 +0300
committerMike Krüger <mkrueger@novell.com>2011-01-24 12:40:24 +0300
commit3ba3ef52f3c6e0f9c37453b07cc32006c7c7238b (patch)
tree88e60d58392c0dfb7ce465ed5d33487d1726501f /main/src/core/MonoDevelop.Ide/options
parentf0767b30638a8a42daf24301f0253b34da261f86 (diff)
Added quick fix command to the vs.net keybinding sheme (Bug 664869 -
Add a command to show a "Resolve" context menu with default key binding)
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/options')
-rw-r--r--main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml
index 171906da92..8626b1c3f1 100644
--- a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml
+++ b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml
@@ -53,4 +53,5 @@
<binding command="Pad|MonoDevelop.Ide.Gui.Pads.FileScout" shortcut="Control+W|F" />
<binding command="MonoDevelop.Ide.Commands.ViewCommands.ZoomIn" shortcut="Control+Alt++" />
<binding command="MonoDevelop.Ide.Commands.ViewCommands.ZoomOut" shortcut="Control+Alt+-" />
+ <binding command="MonoDevelop.Refactoring.RefactoryCommands.QuickFix" shortcut="Control+." />
</scheme>