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:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2013-04-09 02:09:26 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2013-04-09 02:09:52 +0400
commit1b5931787bac0e4b889f4c3631a8cbd97f1640eb (patch)
treeb277b5fcd05649b21bda34a9fd90463285fc767c /main/src/core/MonoDevelop.Ide/gtkrc.mac
parent67ba2bc560da49b9f880ba3daa02e848108233f5 (diff)
[Ide] BXC11226 - Left-Key should collapse folder in Solution Pad
Diffstat (limited to 'main/src/core/MonoDevelop.Ide/gtkrc.mac')
-rw-r--r--main/src/core/MonoDevelop.Ide/gtkrc.mac8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/src/core/MonoDevelop.Ide/gtkrc.mac b/main/src/core/MonoDevelop.Ide/gtkrc.mac
index c37fe75359..c7c506751a 100644
--- a/main/src/core/MonoDevelop.Ide/gtkrc.mac
+++ b/main/src/core/MonoDevelop.Ide/gtkrc.mac
@@ -417,3 +417,11 @@ widget_class "*.<GtkToolbar>.*.<GtkComboBox>.*" style "toolbar-combo-box"
widget "*MainToolbar*.GtkComboBox.*" style "toolbar-combo-box"
widget "gtk-tooltip*" style "tooltip"
+
+binding "gtk-mac-expand-collapse-cursor-row"
+{
+ unbind "Left"
+ unbind "Right"
+ bind "Left" { "expand-collapse-cursor-row" (0, 0, 0) }
+ bind "Right" { "expand-collapse-cursor-row" (0, 1, 0) }
+}