]> git.plutz.net Git - rpi_small/blob - files_xfce/etc/2.0/controllerrc
def2ad2d510a32cd80e8e333e83146e880740e8d
[rpi_small] / files_xfce / etc / 2.0 / controllerrc
1 # GIMP controllerrc
2
3 # This file will be entirely rewritten each time you exit.
4
5 (GimpControllerInfo "Main Mouse Wheel"
6     (stock-id "gimp-controller-wheel")
7     (enabled yes)
8     (debug-events no)
9     (controller "GimpControllerWheel")
10     (mapping
11         (map "scroll-down-shift-control-alt" "context-font-select-previous")
12         (map "scroll-up-shift-control-alt" "context-font-select-next")
13         (map "scroll-down-alt" "tools-value-1-decrease-skip")
14         (map "scroll-up-control-alt" "context-gradient-select-next")
15         (map "scroll-down-shift-control" "context-brush-select-previous")
16         (map "scroll-up-alt" "tools-value-1-increase-skip")
17         (map "scroll-up-shift-alt" "context-pattern-select-next")
18         (map "scroll-down-shift-alt" "context-pattern-select-previous")
19         (map "scroll-up-shift-control" "context-brush-select-next")
20         (map "scroll-down-control-alt" "context-gradient-select-previous")))
21 (GimpControllerInfo "Main Keyboard"
22     (stock-id "gimp-controller-keyboard")
23     (enabled yes)
24     (debug-events no)
25     (controller "GimpControllerKeyboard")
26     (mapping
27         (map "cursor-left-alt" "tools-value-1-decrease")
28         (map "cursor-right-shift" "view-scroll-page-right")
29         (map "cursor-left-shift" "view-scroll-page-left")
30         (map "cursor-up-control" "view-scroll-top-border")
31         (map "cursor-right-alt" "tools-value-1-increase")
32         (map "cursor-right-control" "view-scroll-right-border")
33         (map "cursor-left-control" "view-scroll-left-border")
34         (map "cursor-down-control" "view-scroll-bottom-border")
35         (map "cursor-up-shift" "view-scroll-page-up")
36         (map "cursor-up-alt" "tools-value-1-increase-skip")
37         (map "cursor-down-shift" "view-scroll-page-down")
38         (map "cursor-down-alt" "tools-value-1-decrease-skip")))
39
40 # end of controllerrc