QTfrontend/binds.h
changeset 40 416d54ce0c34
parent 26 e32fa14529f8
child 87 ff213e443336
equal deleted inserted replaced
39:b78e7185ed13 40:416d54ce0c34
    34 #ifndef BINDS_H
    34 #ifndef BINDS_H
    35 #define BINDS_H
    35 #define BINDS_H
    36 
    36 
    37 #include <QtGlobal>
    37 #include <QtGlobal>
    38 
    38 
    39 #define BINDS_NUMBER 18
    39 #define BINDS_NUMBER 24
    40 
    40 
    41 struct BindAction
    41 struct BindAction
    42 {
    42 {
    43 	QString action;
    43 	QString action;
    44 	QString strbind;
    44 	QString strbind;
    53 	{"+right",	"right",	QT_TR_NOOP("right"),	false},
    53 	{"+right",	"right",	QT_TR_NOOP("right"),	false},
    54 	{"+down",	"down",	QT_TR_NOOP("down"),	false},
    54 	{"+down",	"down",	QT_TR_NOOP("down"),	false},
    55 	{"ljump",	"return",	QT_TR_NOOP("jump"),	false},
    55 	{"ljump",	"return",	QT_TR_NOOP("jump"),	false},
    56 	{"hjump",	"backspace",	QT_TR_NOOP("jump"),	false},
    56 	{"hjump",	"backspace",	QT_TR_NOOP("jump"),	false},
    57 	{"+attack",	"space",	QT_TR_NOOP("attack"),	false},
    57 	{"+attack",	"space",	QT_TR_NOOP("attack"),	false},
       
    58 	{"put",	"mousel",	QT_TR_NOOP("put"),	false},
    58 	{"switch",	"tab",	QT_TR_NOOP("switch"),	true},
    59 	{"switch",	"tab",	QT_TR_NOOP("switch"),	true},
    59 	{"slot 1",	"f1",	QT_TR_NOOP("slot 1"),	false},
    60 	{"slot 1",	"f1",	QT_TR_NOOP("slot 1"),	false},
    60 	{"slot 2",	"f2",	QT_TR_NOOP("slot 2"),	false},
    61 	{"slot 2",	"f2",	QT_TR_NOOP("slot 2"),	false},
    61 	{"slot 3",	"f3",	QT_TR_NOOP("slot 3"),	false},
    62 	{"slot 3",	"f3",	QT_TR_NOOP("slot 3"),	false},
    62 	{"slot 4",	"f4",	QT_TR_NOOP("slot 4"),	false},
    63 	{"slot 4",	"f4",	QT_TR_NOOP("slot 4"),	false},
    63 	{"slot 5",	"f5",	QT_TR_NOOP("slot 5"),	false},
    64 	{"slot 5",	"f5",	QT_TR_NOOP("slot 5"),	false},
    64 	{"slot 6",	"f6",	QT_TR_NOOP("slot 6"),	false},
    65 	{"slot 6",	"f6",	QT_TR_NOOP("slot 6"),	false},
    65 	{"slot 7",	"f7",	QT_TR_NOOP("slot 7"),	false},
    66 	{"slot 7",	"f7",	QT_TR_NOOP("slot 7"),	false},
    66 	{"slot 8",	"f8",	QT_TR_NOOP("slot 8"),	true},
    67 	{"slot 8",	"f8",	QT_TR_NOOP("slot 8"),	true},
       
    68 	{"timer 1",	"1",	QT_TR_NOOP("timer 1 sec"),	false},
       
    69 	{"timer 2",	"2",	QT_TR_NOOP("timer 2 sec"),	false},
       
    70 	{"timer 3",	"3",	QT_TR_NOOP("timer 3 sec"),	false},
       
    71 	{"timer 4",	"4",	QT_TR_NOOP("timer 4 sec"),	false},
       
    72 	{"timer 5",	"5",	QT_TR_NOOP("timer 5 sec"),	true},
    67 	{"capture",	"f11",	QT_TR_NOOP("capture"),	false},
    73 	{"capture",	"f11",	QT_TR_NOOP("capture"),	false},
    68 	{"quit",	"f10",	QT_TR_NOOP("quit"),	false}
    74 	{"quit",	"f10",	QT_TR_NOOP("quit"),	false}
    69 };
    75 };
    70 
    76 
    71 #endif // BINDS_H
    77 #endif // BINDS_H