Gimp/etc/controllerrc
Sven Neumann 7bdf689b68 commented out the linux_input controller configuration.
2004-06-24  Sven Neumann  <sven@gimp.org>

	* etc/controllerrc: commented out the linux_input controller
	configuration.
2004-06-23 22:34:33 +00:00

26 lines
1.1 KiB
Text

# GIMP controllerrc
(GimpControllerInfo "Main Mouse Wheel"
(enabled yes)
(controller "GimpControllerWheel")
(mapping
(map "scroll-up-alt" "context-opacity-increase-skip")
(map "scroll-down-alt" "context-opacity-decrease-skip")
(map "scroll-up-control-alt" "context-gradient-next")
(map "scroll-down-control-alt" "context-gradient-previous")
(map "scroll-up-shift-alt" "context-pattern-next")
(map "scroll-down-shift-alt" "context-pattern-previous")
(map "scroll-up-shift-control" "context-brush-next")
(map "scroll-down-shift-control" "context-brush-previous")
(map "scroll-up-shift-control-alt" "context-font-next")))
(map "scroll-down-shift-control-alt" "context-font-previous")
# (GimpControllerInfo "LinuxInput"
# (enabled yes)
# (controller "ControllerLinuxInput"
# (device "/dev/input/event2"))
# (mapping
# (map "wheel-turn-left" "context-brush-radius-decrease")
# (map "wheel-turn-right" "context-brush-radius-increase")))
# end of controllerrc