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:
authorLluis Sanchez Gual <lluis@novell.com>2011-03-22 13:38:32 +0300
committerLluis Sanchez Gual <lluis@novell.com>2011-03-22 13:38:32 +0300
commit81a42ae2a841db8970760fd3ca0efa8c41655c4e (patch)
treee4ba27be712b06f0442ecfb2db9806b4ce4cc9d7 /main/src/core/MonoDevelop.Ide/options
parent43f4e1b1e1a3349ab46450098475c110e84835d4 (diff)
Fix bug #628386 - Application Output keyboard Shortcut does not work
in Visual Studio Key Binding Sheme
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/options')
-rw-r--r--main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml
index 8626b1c3f1..23efb60f6c 100644
--- a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml
+++ b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml
@@ -45,7 +45,7 @@
<binding command="Pad|MonoDevelop.DesignerSupport.ToolboxPad" shortcut="Control+W|X" />
<binding command="Pad|ConnectionManagerPad" shortcut="Alt+Shift+D" />
<binding command="Pad|MonoDevelop.Ide.Gui.Pads.HelpTree" shortcut="Control+W|F1" />
- <binding command="Pad|OutputPad - Sortida del muntatge - 0" shortcut="Control+W|O" />
+ <binding command="Pad|OutputPad-MonoDevelop.Ide.ApplicationOutput-0" shortcut="Control+W|O" />
<binding command="MonoDevelop.Ide.Commands.SearchCommands.NextBookmark" shortcut="Control+B|N" />
<binding command="MonoDevelop.Ide.Commands.SearchCommands.PrevBookmark" shortcut="Control+B|P" />
<binding command="MonoDevelop.Ide.Commands.SearchCommands.ToggleBookmark" shortcut="Control+B|T" />