mirror of https://github.com/GNOME/gimp.git
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:
parent
2bb4d73e13
commit
3c5d71da83
|
@ -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>
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue