QTfrontend/binds.h
changeset 166 2920ab2bf329
parent 161 d8870bbf960e
child 167 805fa9a27e9e
--- a/QTfrontend/binds.h	Sun Sep 24 21:32:18 2006 +0000
+++ b/QTfrontend/binds.h	Mon Sep 25 19:48:51 2006 +0000
@@ -37,7 +37,7 @@
 #include <QString>
 #include <QtGlobal>
 
-#define BINDS_NUMBER 25
+#define BINDS_NUMBER 26
 
 struct BindAction
 {
@@ -72,6 +72,7 @@
 	{"timer 3",	"3",	QT_TRANSLATE_NOOP("binds", "timer 3 sec"),	false},
 	{"timer 4",	"4",	QT_TRANSLATE_NOOP("binds", "timer 4 sec"),	false},
 	{"timer 5",	"5",	QT_TRANSLATE_NOOP("binds", "timer 5 sec"),	true},
+	{"fullscr",	"f",	QT_TRANSLATE_NOOP("binds", "change mode"),	false},
 	{"capture",	"f11",	QT_TRANSLATE_NOOP("binds", "capture"),	false},
 	{"quit",	"f10",	QT_TRANSLATE_NOOP("binds", "quit"),	true}
 };