fixed defaults for mouse wheel controller (bug #171083, fix spotted by

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

	* etc/controllerrc: fixed defaults for mouse wheel controller (bug
	#171083, fix spotted by Michael Schumacher).
This commit is contained in:
Sven Neumann 2005-03-21 19:37:57 +00:00 committed by Sven Neumann
parent 2bb4d73e13
commit 3c5d71da83
2 changed files with 14 additions and 9 deletions

View File

@ -1,10 +1,15 @@
2005-03-21 Sven Neumann <sven@gimp.org>
* etc/controllerrc: fixed defaults for mouse wheel controller (bug
#171083, fix spotted by Michael Schumacher).
2005-03-21 Sven Neumann <sven@gimp.org>
* app/widgets/gimpcontainertreeview.c
(gimp_container_tree_view_constructor): disable search for tree
views so that treeview typeahead doesn't collide with global
accelerators. Fixes bug #169339 and would suck less if bug #170435
got fixed.
was fixed.
2005-03-21 Sven Neumann <sven@gimp.org>

View File

@ -7,14 +7,14 @@
(mapping
(map "scroll-up-alt" "context-opacity-increase-skip")
(map "scroll-down-alt" "context-opacity-decrease-skip")
(map "scroll-up-control-alt" "context-gradient-next")
(map "scroll-down-control-alt" "context-gradient-previous")
(map "scroll-up-shift-alt" "context-pattern-next")
(map "scroll-down-shift-alt" "context-pattern-previous")
(map "scroll-up-shift-control" "context-brush-next")
(map "scroll-down-shift-control" "context-brush-previous")
(map "scroll-up-shift-control-alt" "context-font-next")
(map "scroll-down-shift-control-alt" "context-font-previous")))
(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")
(map "scroll-down-shift-alt" "context-pattern-select-previous")
(map "scroll-up-shift-control" "context-brush-select-next")
(map "scroll-down-shift-control" "context-brush-select-previous")
(map "scroll-up-shift-control-alt" "context-font-select-next")
(map "scroll-down-shift-control-alt" "context-font-select-previous")))
(GimpControllerInfo "Main Keyboard"
(enabled yes)