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>2008-02-05 00:50:26 +0300
committerMike Krüger <mkrueger@novell.com>2008-02-05 00:50:26 +0300
commit46958adf9b60cb3d874a25bbba1a93a90e8b3ea1 (patch)
treecebeb69c52ca0efc63f7a87dcb949d20faf0ba39 /main/src/core/MonoDevelop.Ide/options
parent462d967a3cd63015201c3ad83d783138c8ab0256 (diff)
* options/KeyBindingSchemeEmacs.xml,
options/KeyBindingSchemeVisualStudio.xml, options/KeyBindingSchemeDefault.xml: Fixed key binding sheme. svn path=/trunk/monodevelop/; revision=94790
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/options')
-rw-r--r--main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeDefault.xml16
-rw-r--r--main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeEmacs.xml16
-rw-r--r--main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml16
3 files changed, 24 insertions, 24 deletions
diff --git a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeDefault.xml b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeDefault.xml
index a1808e1ce8..2f4469ad2f 100644
--- a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeDefault.xml
+++ b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeDefault.xml
@@ -150,16 +150,16 @@
<binding command="MonoDevelop.NUnit.Commands.TestCommands.SelectTestInTree" shortcut="" />
<binding command="MonoDevelop.NUnit.Commands.TestCommands.ShowTestCode" shortcut="" />
<binding command="MonoDevelop.NUnit.Commands.TestCommands.ShowTestDetails" shortcut="" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.ClearBookmarks" shortcut="" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.GotoLineNumber" shortcut="Control+G" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.GotoMatchingBrace" shortcut="Control+B" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.ClearBookmarks" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.GotoLineNumber" shortcut="Control+G" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.GotoMatchingBrace" shortcut="Control+B" />
<binding command="MonoDevelop.SourceEditor.EditorCommands.HighlightingTypeList" shortcut="" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.NextBookmark" shortcut="F2" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.PrevBookmark" shortcut="Shift+F2" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.PrintDocument" shortcut="Control+P" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.PrintPreviewDocument" shortcut="Control+Shift+P" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.NextBookmark" shortcut="F2" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.PrevBookmark" shortcut="Shift+F2" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.PrintDocument" shortcut="Control+P" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.PrintPreviewDocument" shortcut="Control+Shift+P" />
<binding command="MonoDevelop.SourceEditor.EditorCommands.ShowBufferOptions" shortcut="" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.ToggleBookmark" shortcut="Control+F2" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.ToggleBookmark" shortcut="Control+F2" />
<binding command="MonoDevelop.VersionControl.Commands.Add" shortcut="" />
<binding command="MonoDevelop.VersionControl.Commands.Checkout" shortcut="" />
<binding command="MonoDevelop.VersionControl.Commands.Commit" shortcut="" />
diff --git a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeEmacs.xml b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeEmacs.xml
index 6899e7cd6e..b68d8e06a0 100644
--- a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeEmacs.xml
+++ b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeEmacs.xml
@@ -150,16 +150,16 @@
<binding command="MonoDevelop.NUnit.Commands.TestCommands.SelectTestInTree" shortcut="" />
<binding command="MonoDevelop.NUnit.Commands.TestCommands.ShowTestCode" shortcut="" />
<binding command="MonoDevelop.NUnit.Commands.TestCommands.ShowTestDetails" shortcut="" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.ClearBookmarks" shortcut="" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.GotoLineNumber" shortcut="Control+X|G" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.GotoMatchingBrace" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.ClearBookmarks" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.GotoLineNumber" shortcut="Control+X|G" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.GotoMatchingBrace" shortcut="" />
<binding command="MonoDevelop.SourceEditor.EditorCommands.HighlightingTypeList" shortcut="" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.NextBookmark" shortcut="F2" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.PrevBookmark" shortcut="Shift+F2" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.PrintDocument" shortcut="" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.PrintPreviewDocument" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.NextBookmark" shortcut="F2" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.PrevBookmark" shortcut="Shift+F2" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.PrintDocument" shortcut="" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.PrintPreviewDocument" shortcut="" />
<binding command="MonoDevelop.SourceEditor.EditorCommands.ShowBufferOptions" shortcut="" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.ToggleBookmark" shortcut="Control+F2" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.ToggleBookmark" shortcut="Control+F2" />
<binding command="MonoDevelop.VersionControl.Commands.Add" shortcut="" />
<binding command="MonoDevelop.VersionControl.Commands.Checkout" shortcut="" />
<binding command="MonoDevelop.VersionControl.Commands.Commit" shortcut="" />
diff --git a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml
index e6626a6429..837f5fb338 100644
--- a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml
+++ b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeVisualStudio.xml
@@ -150,16 +150,16 @@
<binding command="MonoDevelop.NUnit.Commands.TestCommands.SelectTestInTree" shortcut="" />
<binding command="MonoDevelop.NUnit.Commands.TestCommands.ShowTestCode" shortcut="" />
<binding command="MonoDevelop.NUnit.Commands.TestCommands.ShowTestDetails" shortcut="" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.ClearBookmarks" shortcut="Control+Shift+F2" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.GotoLineNumber" shortcut="Control+G" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.GotoMatchingBrace" shortcut="Control+]" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.ClearBookmarks" shortcut="Control+Shift+F2" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.GotoLineNumber" shortcut="Control+G" />
+ <binding command="MonoDevelop.Ide.Commands.TextEditorCommands.GotoMatchingBrace" shortcut="Control+]" />
<binding command="MonoDevelop.SourceEditor.EditorCommands.HighlightingTypeList" shortcut="" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.NextBookmark" shortcut="F2" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.PrevBookmark" shortcut="Shift+F2" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.PrintDocument" shortcut="Control+P" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.PrintPreviewDocument" shortcut="Control+Shift+P" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.NextBookmark" shortcut="F2" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.PrevBookmark" shortcut="Shift+F2" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.PrintDocument" shortcut="Control+P" />
+ <binding command="MonoDevelop.Ide.Commands.FileCommands.PrintPreviewDocument" shortcut="Control+Shift+P" />
<binding command="MonoDevelop.SourceEditor.EditorCommands.ShowBufferOptions" shortcut="" />
- <binding command="MonoDevelop.SourceEditor.EditorCommands.ToggleBookmark" shortcut="Control+F2" />
+ <binding command="MonoDevelop.Ide.Commands.SearchCommands.ToggleBookmark" shortcut="Control+F2" />
<binding command="MonoDevelop.VersionControl.Commands.Add" shortcut="" />
<binding command="MonoDevelop.VersionControl.Commands.Checkout" shortcut="" />
<binding command="MonoDevelop.VersionControl.Commands.Commit" shortcut="" />