changed default mouse-wheel bindings to act on the active tool instead of

2008-03-07  Sven Neumann  <sven@gimp.org>

	* etc/controllerrc: changed default mouse-wheel bindings to act 
on
	the active tool instead of controlling the context.


svn path=/trunk/; revision=25059
This commit is contained in:
Sven Neumann 2008-03-06 23:29:40 +00:00 committed by Sven Neumann
parent 3d7bc5a869
commit d61fb44659
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2008-03-07 Sven Neumann <sven@gimp.org>
* etc/controllerrc: changed default mouse-wheel bindings to act on
the active tool instead of controlling the context.
2008-03-07 Sven Neumann <sven@gimp.org>
* app/display/gimpdisplayshell-preview.c: minor optimization.

View File

@ -5,8 +5,8 @@
(debug-events no)
(controller "GimpControllerWheel")
(mapping
(map "scroll-up-alt" "context-opacity-increase-skip")
(map "scroll-down-alt" "context-opacity-decrease-skip")
(map "scroll-up-alt" "tools-value-1-increase-skip")
(map "scroll-down-alt" "tools-value-1-decrease-skip")
(map "scroll-up-control-alt" "context-gradient-select-next")
(map "scroll-down-control-alt" "context-gradient-select-previous")
(map "scroll-up-shift-alt" "context-pattern-select-next")
@ -44,8 +44,8 @@
# (controller "ControllerLinuxInput"
# (device "/dev/input/event2"))
# (mapping
# (map "wheel-turn-left" "context-brush-radius-decrease")
# (map "wheel-turn-right" "context-brush-radius-increase")))
# (map "wheel-turn-left" "tools-value-2-decrease")
# (map "wheel-turn-right" "tools-value-2-increase")))
# (GimpControllerInfo "Midi Example"
# (enabled yes)