etc: s/tools-value-1-*/tools-opacity-*/ in the default controllerrc

The actions were renamed a while ago, this change fixes the default
mapping.
This commit is contained in:
Michael Natterer 2014-09-29 21:57:33 +02:00
parent 56c2e19733
commit 6c2b0c66bb
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
(debug-events no)
(controller "GimpControllerWheel")
(mapping
(map "scroll-up-alt" "tools-value-1-increase-skip")
(map "scroll-down-alt" "tools-value-1-decrease-skip")
(map "scroll-up-alt" "tools-opacity-increase-skip")
(map "scroll-down-alt" "tools-opacity-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")