File: tilix.base320.css

package info (click to toggle)
tilix 1.9.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,028 kB
  • sloc: xml: 1,170; sh: 285; python: 121; perl: 72; ansic: 53; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Easier navigation in tree view */
@binding-set TilixTreeViewBinding
{
    bind "Left" {
      "select-cursor-parent" ()
      "expand-collapse-cursor-row" (0,0,0)
    };
    bind "Right" {
      "expand-collapse-cursor-row" (0,1,0)
    };
}

treeview
{
    -gtk-key-bindings: TilixTreeViewBinding;
}