diff -r 977ee15c3c1f -r 3b59f1251ead QTfrontend/binds.cpp --- a/QTfrontend/binds.cpp Thu Aug 13 12:45:24 2009 +0000 +++ b/QTfrontend/binds.cpp Sat Aug 15 09:34:31 2009 +0000 @@ -52,6 +52,8 @@ {"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}, {"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},