| 4 |
- |
1 |
# GIMP controllerrc
|
|
|
2 |
|
|
|
3 |
(GimpControllerInfo "Main Mouse Wheel"
|
|
|
4 |
(enabled yes)
|
|
|
5 |
(debug-events no)
|
|
|
6 |
(controller "GimpControllerWheel")
|
|
|
7 |
(mapping
|
|
|
8 |
(map "scroll-up-alt" "tools-value-1-increase-skip")
|
|
|
9 |
(map "scroll-down-alt" "tools-value-1-decrease-skip")
|
|
|
10 |
(map "scroll-up-control-alt" "context-gradient-select-next")
|
|
|
11 |
(map "scroll-down-control-alt" "context-gradient-select-previous")
|
|
|
12 |
(map "scroll-up-shift-alt" "context-pattern-select-next")
|
|
|
13 |
(map "scroll-down-shift-alt" "context-pattern-select-previous")
|
|
|
14 |
(map "scroll-up-shift-control" "context-brush-select-next")
|
|
|
15 |
(map "scroll-down-shift-control" "context-brush-select-previous")
|
|
|
16 |
(map "scroll-up-shift-control-alt" "context-font-select-next")
|
|
|
17 |
(map "scroll-down-shift-control-alt" "context-font-select-previous")))
|
|
|
18 |
|
|
|
19 |
(GimpControllerInfo "Main Keyboard"
|
|
|
20 |
(enabled yes)
|
|
|
21 |
(debug-events no)
|
|
|
22 |
(controller "GimpControllerKeyboard")
|
|
|
23 |
(mapping
|
|
|
24 |
(map "cursor-up-shift" "view-scroll-page-up")
|
|
|
25 |
(map "cursor-down-shift" "view-scroll-page-down")
|
|
|
26 |
(map "cursor-left-shift" "view-scroll-page-left")
|
|
|
27 |
(map "cursor-right-shift" "view-scroll-page-right")
|
|
|
28 |
(map "cursor-up-control" "view-scroll-top-border")
|
|
|
29 |
(map "cursor-down-control" "view-scroll-bottom-border")
|
|
|
30 |
(map "cursor-left-control" "view-scroll-left-border")
|
|
|
31 |
(map "cursor-right-control" "view-scroll-right-border")
|
|
|
32 |
(map "cursor-up-alt" "tools-value-1-increase-skip")
|
|
|
33 |
(map "cursor-down-alt" "tools-value-1-decrease-skip")
|
|
|
34 |
(map "cursor-left-alt" "tools-value-1-decrease")
|
|
|
35 |
(map "cursor-right-alt" "tools-value-1-increase")))
|
|
|
36 |
|
|
|
37 |
# (GimpControllerInfo "Linux Input Example"
|
|
|
38 |
# (enabled yes)
|
|
|
39 |
# (debug-events no)
|
|
|
40 |
# (controller "ControllerLinuxInput"
|
|
|
41 |
# (device "/dev/input/event2"))
|
|
|
42 |
# (mapping
|
|
|
43 |
# (map "wheel-turn-left" "tools-value-2-decrease")
|
|
|
44 |
# (map "wheel-turn-right" "tools-value-2-increase")))
|
|
|
45 |
|
|
|
46 |
# (GimpControllerInfo "Midi Example"
|
|
|
47 |
# (enabled yes)
|
|
|
48 |
# (debug-events no)
|
|
|
49 |
# (controller "ControllerMidi"
|
|
|
50 |
# (device "/dev/midi01")
|
|
|
51 |
# (channel 0))
|
|
|
52 |
# (mapping
|
|
|
53 |
# (map "controller-000" "context-foreground-red-set")
|
|
|
54 |
# (map "controller-001" "context-foreground-green-set")
|
|
|
55 |
# (map "controller-002" "context-foreground-blue-set")
|
|
|
56 |
# (map "controller-004" "context-background-red-set")
|
|
|
57 |
# (map "controller-005" "context-background-green-set")
|
|
|
58 |
# (map "controller-006" "context-background-blue-set")
|
|
|
59 |
# (map "controller-008" "context-brush-radius-set")
|
|
|
60 |
# (map "controller-009" "context-brush-hardness-set")
|
|
|
61 |
# (map "controller-010" "context-brush-aspect-set")
|
|
|
62 |
# (map "controller-011" "context-brush-angle-set")))
|
|
|
63 |
|
|
|
64 |
# end of controllerrc
|