diff -r 66fcb4d62a53 -r d62b1f224982 QTfrontend/binds.cpp --- a/QTfrontend/binds.cpp Thu Sep 10 15:35:34 2009 +0000 +++ b/QTfrontend/binds.cpp Thu Sep 10 18:50:53 2009 +0000 @@ -52,8 +52,9 @@ {"confirm", "y", QT_TRANSLATE_NOOP("binds", "confirmation"), false}, {"+voldown", "9", QT_TRANSLATE_NOOP("binds", "volume down"), false}, {"+volup", "0", QT_TRANSLATE_NOOP("binds", "volume up"), false}, - {"zoomin", "[", QT_TRANSLATE_NOOP("binds", "zoom in"), false}, - {"zoomout", "]", QT_TRANSLATE_NOOP("binds", "zoom out"), false}, + {"zoomin", "wheeldown", QT_TRANSLATE_NOOP("binds", "zoom in"), false}, + {"zoomout", "wheelup", QT_TRANSLATE_NOOP("binds", "zoom out"), false}, + {"zoomreset", "mousem", QT_TRANSLATE_NOOP("binds", "reset zoom"), false}, {"fullscr", "f12", QT_TRANSLATE_NOOP("binds", "change mode"), false}, {"capture", "c", QT_TRANSLATE_NOOP("binds", "capture"), false}, {"rotmask", "delete", QT_TRANSLATE_NOOP("binds", "hedgehogs\ninfo"), false},