QTfrontend/binds.h
changeset 281 5b483aa9f2ab
parent 184 f97a7a3dc8f6
child 415 d6d3a6a473a3
equal deleted inserted replaced
280:4d6e365befc1 281:5b483aa9f2ab
    20 #define BINDS_H
    20 #define BINDS_H
    21 
    21 
    22 #include <QString>
    22 #include <QString>
    23 #include <QtGlobal>
    23 #include <QtGlobal>
    24 
    24 
    25 #define BINDS_NUMBER 29
    25 #define BINDS_NUMBER 30
    26 
    26 
    27 struct BindAction
    27 struct BindAction
    28 {
    28 {
    29 	QString action;
    29 	QString action;
    30 	QString strbind;
    30 	QString strbind;
    56 	{"timer 1",	"1",	QT_TRANSLATE_NOOP("binds", "timer 1 sec"),	false},
    56 	{"timer 1",	"1",	QT_TRANSLATE_NOOP("binds", "timer 1 sec"),	false},
    57 	{"timer 2",	"2",	QT_TRANSLATE_NOOP("binds", "timer 2 sec"),	false},
    57 	{"timer 2",	"2",	QT_TRANSLATE_NOOP("binds", "timer 2 sec"),	false},
    58 	{"timer 3",	"3",	QT_TRANSLATE_NOOP("binds", "timer 3 sec"),	false},
    58 	{"timer 3",	"3",	QT_TRANSLATE_NOOP("binds", "timer 3 sec"),	false},
    59 	{"timer 4",	"4",	QT_TRANSLATE_NOOP("binds", "timer 4 sec"),	false},
    59 	{"timer 4",	"4",	QT_TRANSLATE_NOOP("binds", "timer 4 sec"),	false},
    60 	{"timer 5",	"5",	QT_TRANSLATE_NOOP("binds", "timer 5 sec"),	true},
    60 	{"timer 5",	"5",	QT_TRANSLATE_NOOP("binds", "timer 5 sec"),	true},
       
    61 	{"pause",	"p",	QT_TRANSLATE_NOOP("binds", "pause"),	false},
    61 	{"+voldown",	"9",	QT_TRANSLATE_NOOP("binds", "volume down"),	false},
    62 	{"+voldown",	"9",	QT_TRANSLATE_NOOP("binds", "volume down"),	false},
    62 	{"+volup",	"0",	QT_TRANSLATE_NOOP("binds", "volume up"),	false},
    63 	{"+volup",	"0",	QT_TRANSLATE_NOOP("binds", "volume up"),	false},
    63 	{"fullscr",	"f",	QT_TRANSLATE_NOOP("binds", "change mode"),	false},
    64 	{"fullscr",	"f",	QT_TRANSLATE_NOOP("binds", "change mode"),	false},
    64 	{"capture",	"c",	QT_TRANSLATE_NOOP("binds", "capture"),	false},
    65 	{"capture",	"c",	QT_TRANSLATE_NOOP("binds", "capture"),	false},
    65 	{"quit",	"escape",	QT_TRANSLATE_NOOP("binds", "quit"),	true}
    66 	{"quit",	"escape",	QT_TRANSLATE_NOOP("binds", "quit"),	true}