QTfrontend/binds.cpp
changeset 2379 d62b1f224982
parent 2312 3b59f1251ead
child 2428 6800f8aa0184
--- 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},