QTfrontend/binds.h
changeset 176 533d03041dcd
parent 174 0b2c5b22f644
child 183 57c2ef19f719
equal deleted inserted replaced
175:d226d976d836 176:533d03041dcd
    35 #define BINDS_H
    35 #define BINDS_H
    36 
    36 
    37 #include <QString>
    37 #include <QString>
    38 #include <QtGlobal>
    38 #include <QtGlobal>
    39 
    39 
    40 #define BINDS_NUMBER 28
    40 #define BINDS_NUMBER 29
    41 
    41 
    42 struct BindAction
    42 struct BindAction
    43 {
    43 {
    44 	QString action;
    44 	QString action;
    45 	QString strbind;
    45 	QString strbind;
    55 	{"+down",	"down",	QT_TRANSLATE_NOOP("binds", "down"),	false},
    55 	{"+down",	"down",	QT_TRANSLATE_NOOP("binds", "down"),	false},
    56 	{"ljump",	"return",	QT_TRANSLATE_NOOP("binds", "jump"),	false},
    56 	{"ljump",	"return",	QT_TRANSLATE_NOOP("binds", "jump"),	false},
    57 	{"hjump",	"backspace",	QT_TRANSLATE_NOOP("binds", "jump"),	false},
    57 	{"hjump",	"backspace",	QT_TRANSLATE_NOOP("binds", "jump"),	false},
    58 	{"+attack",	"space",	QT_TRANSLATE_NOOP("binds", "attack"),	false},
    58 	{"+attack",	"space",	QT_TRANSLATE_NOOP("binds", "attack"),	false},
    59 	{"put",	"mousel",	QT_TRANSLATE_NOOP("binds", "put"),	false},
    59 	{"put",	"mousel",	QT_TRANSLATE_NOOP("binds", "put"),	false},
    60 	{"switch",	"tab",	QT_TRANSLATE_NOOP("binds", "switch"),	true},
    60 	{"switch",	"tab",	QT_TRANSLATE_NOOP("binds", "switch"),	false},
       
    61 	{"findhh",	"h",	QT_TRANSLATE_NOOP("binds", "find hedgehog"),	true},
    61 	{"ammomenu",	"mouser",	QT_TRANSLATE_NOOP("binds", "ammo menu"),	false},
    62 	{"ammomenu",	"mouser",	QT_TRANSLATE_NOOP("binds", "ammo menu"),	false},
    62 	{"slot 1",	"f1",	QT_TRANSLATE_NOOP("binds", "slot 1"),	false},
    63 	{"slot 1",	"f1",	QT_TRANSLATE_NOOP("binds", "slot 1"),	false},
    63 	{"slot 2",	"f2",	QT_TRANSLATE_NOOP("binds", "slot 2"),	false},
    64 	{"slot 2",	"f2",	QT_TRANSLATE_NOOP("binds", "slot 2"),	false},
    64 	{"slot 3",	"f3",	QT_TRANSLATE_NOOP("binds", "slot 3"),	false},
    65 	{"slot 3",	"f3",	QT_TRANSLATE_NOOP("binds", "slot 3"),	false},
    65 	{"slot 4",	"f4",	QT_TRANSLATE_NOOP("binds", "slot 4"),	false},
    66 	{"slot 4",	"f4",	QT_TRANSLATE_NOOP("binds", "slot 4"),	false},