bind Alt-Cursor Key to tools-value-1 instead of context-opacity

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

	* 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).


svn path=/trunk/; revision=25162
This commit is contained in:
Sven Neumann 2008-03-21 21:38:19 +00:00 committed by Sven Neumann
parent 81521fde6c
commit 5f30566b2d
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
2008-03-21 Sven Neumann <sven@gimp.org>
* 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 <sven@gimp.org>
* app/display/gimpdisplayshell.c (gimp_display_shell_fill_idle):

View File

@ -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)