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>2009-03-23 13:14:58 +0300
committerMike Krüger <mkrueger@novell.com>2009-03-23 13:14:58 +0300
commit682e824e0dd353ffc1fd3c4aa017d5296dc00e77 (patch)
tree878cf4c115115c1e5ed09f2acd34566a3a6d5988 /main/src/core/MonoDevelop.Ide/options
parent1c615185828eed1f614755ccd82c8d89a01d5949 (diff)
* options/KeyBindingSchemeVisualStudio.xml: fixed "Bug 487424 - Ctrl
+ L doesn't delete the current line in VS profile". svn path=/trunk/monodevelop/; revision=130031
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/options')
-rw-r--r--main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml
index 1c25b04031..0ef91e2b8a 100644
--- a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml
+++ b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml
@@ -27,11 +27,12 @@
<binding command="MonoDevelop.Ide.Commands.ViewCommands.ShowNext" shortcut="F8" />
<binding command="MonoDevelop.Ide.Commands.ViewCommands.ShowPrevious" shortcut="Shift+F8" />
<binding command="MonoDevelop.Ide.Commands.SearchCommands.GotoType" shortcut="Control+K|Control+V" />
- <binding command="MonoDevelop.Ide.Commands.WindowCommands.SwitchSplitWindow" shortcut="Control+L" />
+ <binding command="MonoDevelop.Ide.Commands.WindowCommands.SwitchSplitWindow" shortcut="" />
<binding command="MonoDevelop.Debugger.DebugCommands.Debug" shortcut="F5" />
<binding command="MonoDevelop.Debugger.DebugCommands.StepInto" shortcut="F11" />
<binding command="MonoDevelop.Debugger.DebugCommands.StepOver" shortcut="F10" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteToLineEnd" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteLine" shortcut="Control+L" />
<binding command="Pad|MonoDevelop.Ide.Gui.Pads.ErrorListPad" shortcut="Control+W|E" />
<binding command="Pad|MonoDevelop.Debugger.LocalsPad" shortcut="Control+D|L" />
<binding command="Pad|MonoDevelop.Debugger.StackTracePad" shortcut="Control+D|C" />