QTfrontend/binds.h
changeset 415 d6d3a6a473a3
parent 281 5b483aa9f2ab
child 471 e1eb64ba5e9c
equal deleted inserted replaced
414:52e6be3a0985 415:d6d3a6a473a3
    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 30
    25 #define BINDS_NUMBER 31
    26 
    26 
    27 struct BindAction
    27 struct BindAction
    28 {
    28 {
    29 	QString action;
    29 	QString action;
    30 	QString strbind;
    30 	QString strbind;
    50 	{"slot 3",	"f3",	QT_TRANSLATE_NOOP("binds", "slot 3"),	false},
    50 	{"slot 3",	"f3",	QT_TRANSLATE_NOOP("binds", "slot 3"),	false},
    51 	{"slot 4",	"f4",	QT_TRANSLATE_NOOP("binds", "slot 4"),	false},
    51 	{"slot 4",	"f4",	QT_TRANSLATE_NOOP("binds", "slot 4"),	false},
    52 	{"slot 5",	"f5",	QT_TRANSLATE_NOOP("binds", "slot 5"),	false},
    52 	{"slot 5",	"f5",	QT_TRANSLATE_NOOP("binds", "slot 5"),	false},
    53 	{"slot 6",	"f6",	QT_TRANSLATE_NOOP("binds", "slot 6"),	false},
    53 	{"slot 6",	"f6",	QT_TRANSLATE_NOOP("binds", "slot 6"),	false},
    54 	{"slot 7",	"f7",	QT_TRANSLATE_NOOP("binds", "slot 7"),	false},
    54 	{"slot 7",	"f7",	QT_TRANSLATE_NOOP("binds", "slot 7"),	false},
    55 	{"slot 8",	"f8",	QT_TRANSLATE_NOOP("binds", "slot 8"),	true},
    55 	{"slot 8",	"f8",	QT_TRANSLATE_NOOP("binds", "slot 8"),	false},
       
    56 	{"slot 9",	"f9",	QT_TRANSLATE_NOOP("binds", "slot 9"),	true},
    56 	{"timer 1",	"1",	QT_TRANSLATE_NOOP("binds", "timer 1 sec"),	false},
    57 	{"timer 1",	"1",	QT_TRANSLATE_NOOP("binds", "timer 1 sec"),	false},
    57 	{"timer 2",	"2",	QT_TRANSLATE_NOOP("binds", "timer 2 sec"),	false},
    58 	{"timer 2",	"2",	QT_TRANSLATE_NOOP("binds", "timer 2 sec"),	false},
    58 	{"timer 3",	"3",	QT_TRANSLATE_NOOP("binds", "timer 3 sec"),	false},
    59 	{"timer 3",	"3",	QT_TRANSLATE_NOOP("binds", "timer 3 sec"),	false},
    59 	{"timer 4",	"4",	QT_TRANSLATE_NOOP("binds", "timer 4 sec"),	false},
    60 	{"timer 4",	"4",	QT_TRANSLATE_NOOP("binds", "timer 4 sec"),	false},
    60 	{"timer 5",	"5",	QT_TRANSLATE_NOOP("binds", "timer 5 sec"),	true},
    61 	{"timer 5",	"5",	QT_TRANSLATE_NOOP("binds", "timer 5 sec"),	true},