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-05-23 16:33:43 +0300
committerVsevolod Kukol <sevoku@xamarin.com>2016-05-23 16:33:43 +0300
commit5223e02675bab1e19131588cfe1c7071e9f26461 (patch)
treeaf8842f8c52196ed0b700f4603ba06809d3667c4 /main/src/core/MonoDevelop.Ide/options
parent67964fe9f86ace8fe384bbf3ba364ff56984b9ca (diff)
[Ide][Mac] Fix duplicates in VisualStudio key scheme
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/options')
-rw-r--r--main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio-mac.xml8
1 files changed, 8 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 135e59693d..643c6f3353 100644
--- a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio-mac.xml
+++ b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio-mac.xml
@@ -82,8 +82,12 @@
<binding command="MonoDevelop.Ide.Commands.SearchCommands.Replace" shortcut="Control+H" />
<binding command="MonoDevelop.Ide.Commands.SearchCommands.ReplaceInFiles" shortcut="Control+Shift+H" />
<binding command="MonoDevelop.Ide.Commands.SearchCommands.ToggleBookmark" shortcut="Control+K|Control+K" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.CharRight" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteLeftChar" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteLine" shortcut="Control+Shift+L" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteNextSubword" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteNextWord" shortcut="Control+Delete" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeletePrevSubword" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeletePrevWord" shortcut="Control+BackSpace" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DeleteToLineEnd" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.DocumentEnd" shortcut="Control+End" />
@@ -92,14 +96,18 @@
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.GotoMatchingBrace" shortcut="Control+]" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.InsertNewLineAtEnd" shortcut="Control+Shift+Return" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.InsertNewLinePreserveCaretPosition" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.LineDown" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.LineEnd" shortcut="End" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.LineStart" shortcut="Home" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.LineUp" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.MoveNextWord" shortcut="Control+Right Meta+Right" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.MovePrevWord" shortcut="Control+Left Meta+Left" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.PulseCaret" shortcut="F7 Escape" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.ScrollLineDown" shortcut="Control+Down Meta+Down" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.ScrollLineUp" shortcut="Control+Up Meta+Up" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveDown" shortcut="Shift+Down" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveEnd" shortcut="Shift+End" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveHome" shortcut="Shift+Home" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveLeft" shortcut="Shift+Left" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMoveNextWord" shortcut="Control+Shift+Right Shift+Meta+Right" />
<binding command="MonoDevelop.Ide.Commands.TextEditorCommands.SelectionMovePrevWord" shortcut="Control+Shift+Left Shift+Meta+Left" />