mirror of https://github.com/GNOME/gimp.git
fix typo in wheel controller mapping.
2004-06-24 Michael Natterer <mitch@gimp.org> * etc/controllerrc: fix typo in wheel controller mapping.
This commit is contained in:
parent
02b91f6628
commit
c0aa8fee88
|
@ -1,3 +1,7 @@
|
|||
2004-06-24 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* etc/controllerrc: fix typo in wheel controller mapping.
|
||||
|
||||
2004-06-24 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/tools/gimptool.[ch]
|
||||
|
|
|
@ -12,8 +12,8 @@
|
|||
(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-shift-control-alt" "context-font-next")
|
||||
(map "scroll-down-shift-control-alt" "context-font-previous")))
|
||||
|
||||
(GimpControllerInfo "Main Keyboard"
|
||||
(enabled yes)
|
||||
|
|
Loading…
Reference in New Issue