gimp r25059 - in trunk: . etc



Author: neo
Date: Thu Mar  6 23:29:40 2008
New Revision: 25059
URL: http://svn.gnome.org/viewvc/gimp?rev=25059&view=rev

Log:
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.



Modified:
   trunk/ChangeLog
   trunk/etc/controllerrc

Modified: trunk/etc/controllerrc
==============================================================================
--- trunk/etc/controllerrc	(original)
+++ trunk/etc/controllerrc	Thu Mar  6 23:29:40 2008
@@ -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)



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