summaryrefslogtreecommitdiffstats
path: root/etc/controllerrc
blob: 17f424034af3b4c98c1b1cda7b82924da3b1394a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# GIMP controllerrc

(GimpControllerInfo "Main Mouse Wheel"
    (enabled yes)
    (debug-events no)
    (controller "GimpControllerWheel")
    (mapping
        (map "scroll-up-alt"                 "tools-opacity-increase")
        (map "scroll-down-alt"               "tools-opacity-decrease")
        (map "scroll-up-shift-primary"       "tools-aspect-increase")
        (map "scroll-down-shift-primary"     "tools-aspect-decrease")
        (map "scroll-up-shift-alt"           "tools-angle-increase")
        (map "scroll-down-shift-alt"         "tools-angle-decrease")
        (map "scroll-up-primary-alt"         "tools-size-increase")
        (map "scroll-down-primary-alt"       "tools-size-decrease")
        (map "scroll-up-shift-primary-alt"   "tools-spacing-increase")
        (map "scroll-down-shift-primary-alt" "tools-spacing-decrease")))

(GimpControllerInfo "Main Keyboard"
    (enabled yes)
    (debug-events no)
    (controller "GimpControllerKeyboard")
    (mapping
        (map "cursor-up-shift"      "view-scroll-page-up")
        (map "cursor-down-shift"    "view-scroll-page-down")
        (map "cursor-left-shift"    "view-scroll-page-left")
        (map "cursor-right-shift"   "view-scroll-page-right")
        (map "cursor-up-primary"    "view-scroll-top-border")
        (map "cursor-down-primary"  "view-scroll-bottom-border")
        (map "cursor-left-primary"  "view-scroll-left-border")
        (map "cursor-right-primary" "view-scroll-right-border")
        (map "cursor-up-alt"        "tools-size-increase-skip")
        (map "cursor-down-alt"      "tools-size-decrease-skip")
        (map "cursor-left-alt"      "tools-size-decrease")
        (map "cursor-right-alt"     "tools-size-increase")))

# (GimpControllerInfo "Linux Input Example"
#    (enabled yes)
#    (debug-events no)
#    (controller "ControllerLinuxInput"
#        (device "/dev/input/event2"))
#    (mapping
#        (map "wheel-turn-left"  "tools-value-2-decrease")
#        (map "wheel-turn-right" "tools-value-2-increase")))

# (GimpControllerInfo "Midi Example"
#    (enabled yes)
#    (debug-events no)
#    (controller "ControllerMidi"
#        (device "/dev/midi01")
#        (channel 0))
#    (mapping
#        (map "controller-000" "context-foreground-red-set")
#        (map "controller-001" "context-foreground-green-set")
#        (map "controller-002" "context-foreground-blue-set")
#        (map "controller-004" "context-background-red-set")
#        (map "controller-005" "context-background-green-set")
#        (map "controller-006" "context-background-blue-set")
#        (map "controller-008" "context-brush-radius-set")
#        (map "controller-009" "context-brush-hardness-set")
#        (map "controller-010" "context-brush-aspect-set")
#        (map "controller-011" "context-brush-angle-set")))

# end of controllerrc