QTfrontend/binds.cpp
changeset 2312 3b59f1251ead
parent 1639 89b536a3cf3c
child 2379 d62b1f224982
--- 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},