2004-06-16 Michael Natterer <mitch@gimp.org> * libgimpwidgets/gimpcontroller.[ch]: added a "name" property. Dispatch events only if the controller is enabled. * app/widgets/gimpcontrollerwheel.c: added controller events for all possible modifier combinations. * etc/Makefile.am * etc/controllerrc: default controllerrc which maps all unused wheel+modifier combinations to more-or-less usefull stuff.
13 lines
465 B
Text
13 lines
465 B
Text
# GIMP controllerrc
|
|
|
|
(controller "GimpControllerWheel"
|
|
(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")
|
|
(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"))
|