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:
authorMiguel de Icaza <miguel@gnome.org>2008-02-29 22:34:28 +0300
committerMiguel de Icaza <miguel@gnome.org>2008-02-29 22:34:28 +0300
commit3238ba56af9f4a60e67104fe590563be1fe8cfe9 (patch)
tree11f41ae8b3e982a6167d44a72658527701e9d867 /main/src/core/MonoDevelop.Ide/options
parent71fa22df14f9b80a1a07f5f70d2004e3df1a877d (diff)
Add more Emasc bindings
svn path=/trunk/monodevelop/; revision=97007
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/options')
-rw-r--r--main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeEmacs.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeEmacs.xml b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeEmacs.xml
index ffb4842f16..7e1e1a5e64 100644
--- a/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeEmacs.xml
+++ b/main/src/core/MonoDevelop.Ide/options/KeyBindingSchemeEmacs.xml
@@ -138,6 +138,9 @@
<binding command="MonoDevelop.Ide.Commands.WindowCommands.NextWindow" shortcut="Control+Next" />
<binding command="MonoDevelop.Ide.Commands.WindowCommands.OpenWindowList" shortcut="" />
<binding command="MonoDevelop.Ide.Commands.WindowCommands.PrevWindow" shortcut="Control+Prior" />
+ <binding command="MonoDevelop.Ide.Commands.WindowCommands.SplitWindowHorizontally" shortcut="Control+X|2"/>
+ <binding command="MonoDevelop.Ide.Commands.WindowCommands.SplitWindowVertically" shortcut="Control+X|3" />
+ <binding command="MonoDevelop.Ide.Commands.WindowCommands.SwitchSplitWindow" shortcut="Control+X|o"/>
<binding command="MonoDevelop.NUnit.Commands.NUnitProjectCommands.AddAssembly" shortcut="" />
<binding command="MonoDevelop.NUnit.Commands.TestChartCommands.ShowFailedTests" shortcut="" />
<binding command="MonoDevelop.NUnit.Commands.TestChartCommands.ShowIgnoredTests" shortcut="" />