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:
Michael Natterer 2004-06-24 12:12:46 +00:00 committed by Michael Natterer
parent 02b91f6628
commit c0aa8fee88
2 changed files with 6 additions and 2 deletions

View File

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

View File

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