diff --git a/ChangeLog b/ChangeLog index daacb5119e..4a2dd1b9e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-03-21 Sven Neumann + + * etc/controllerrc: bind Alt-Cursor Key to tools-value-1 instead + of context-opacity (tools-value-1 is equivalent to context-opacity + for paint tools). + 2008-03-21 Sven Neumann * app/display/gimpdisplayshell.c (gimp_display_shell_fill_idle): diff --git a/etc/controllerrc b/etc/controllerrc index 93e71985f3..3884bb454f 100644 --- a/etc/controllerrc +++ b/etc/controllerrc @@ -33,10 +33,10 @@ (map "key-down-control" "view-scroll-bottom-border") (map "key-left-control" "view-scroll-left-border") (map "key-right-control" "view-scroll-right-border") - (map "key-up-alt" "context-opacity-increase-skip") - (map "key-down-alt" "context-opacity-decrease-skip") - (map "key-left-alt" "context-opacity-decrease") - (map "key-right-alt" "context-opacity-increase"))) + (map "key-up-alt" "tools-value-1-increase-skip") + (map "key-down-alt" "tools-value-1-decrease-skip") + (map "key-left-alt" "tools-value-1-decrease") + (map "key-right-alt" "tools-value-1-increase"))) # (GimpControllerInfo "Linux Input Example" # (enabled yes)