From c4528f8d64411bc05be7f5f849a3acfd0aa539f0 Mon Sep 17 00:00:00 2001 From: Garux Date: Sun, 3 May 2020 12:30:32 +0300 Subject: [PATCH] add custom Gtk config for Windows --- setup/data/tools/.gtkrc-2.0.win | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 setup/data/tools/.gtkrc-2.0.win 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