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



commit 6c2b0c66bb9e8cae3e5cfae865e1a5a3abac7dc7
Author: Michael Natterer <mitch gimp org>
Date:   Mon Sep 29 21:57:33 2014 +0200

    etc: s/tools-value-1-*/tools-opacity-*/ in the default controllerrc
    
    The actions were renamed a while ago, this change fixes the default
    mapping.

 etc/controllerrc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/etc/controllerrc b/etc/controllerrc
index 9b67879..ca10179 100644
--- a/etc/controllerrc
+++ b/etc/controllerrc
@@ -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")


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]