32 lines
1 KiB
Text
32 lines
1 KiB
Text
# GIMP controllerrc
|
|
|
|
(controller "GimpControllerWheel"
|
|
(options
|
|
(name "Main Mouse Wheel")
|
|
(enabled TRUE))
|
|
(mapping 0 "context-font-next")
|
|
(mapping 1 "context-gradient-next")
|
|
(mapping 2 "context-pattern-next")
|
|
(mapping 3 "context-brush-next")
|
|
(mapping 4 "context-opacity-increase-skip")
|
|
(mapping 8 "context-font-previous")
|
|
(mapping 9 "context-gradient-previous")
|
|
(mapping 10 "context-pattern-previous")
|
|
(mapping 11 "context-brush-previous")
|
|
(mapping 12 "context-opacity-decrease-skip"))
|
|
|
|
(controller "ControllerLinuxInput"
|
|
(options
|
|
(name "ShuttlePRO")
|
|
(device "/dev/input/event2"))
|
|
(mapping 0 "tools-rect-select")
|
|
(mapping 1 "tools-ellipse-select")
|
|
(mapping 2 "tools-bucket-fill")
|
|
(mapping 3 "tools-blend")
|
|
(mapping 4 "tools-pencil")
|
|
(mapping 5 "tools-paintbrush")
|
|
(mapping 6 "tools-eraser")
|
|
(mapping 7 "tools-airbrush")
|
|
(mapping 13 "context-brush-radius-decrease")
|
|
(mapping 14 "context-brush-radius-increase"))
|
|
|