diff --git a/setup/data/tools/.gtkrc-2.0.win b/setup/data/tools/.gtkrc-2.0.win new file mode 100644 index 00000000..c5a20a5e --- /dev/null +++ b/setup/data/tools/.gtkrc-2.0.win @@ -0,0 +1,9 @@ +gtk-menu-popup-delay = 10 + +binding "ms-windows-tree-view" +{ + bind "Right" { "expand-collapse-cursor-row" (1,1,0) } + bind "Left" { "expand-collapse-cursor-row" (1,0,0) } +} + +class "GtkTreeView" binding "ms-windows-tree-view" \ No newline at end of file