QTfrontend/binds.h
changeset 161 d8870bbf960e
parent 128 223522298250
child 166 2920ab2bf329
equal deleted inserted replaced
160:207f520b9e83 161:d8870bbf960e
    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 24
    40 #define BINDS_NUMBER 25
    41 
    41 
    42 struct BindAction
    42 struct BindAction
    43 {
    43 {
    44 	QString action;
    44 	QString action;
    45 	QString strbind;
    45 	QString strbind;
    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"),	true},
       
    61 	{"ammomenu",	"mouser",	QT_TRANSLATE_NOOP("binds", "ammo menu"),	false},
    61 	{"slot 1",	"f1",	QT_TRANSLATE_NOOP("binds", "slot 1"),	false},
    62 	{"slot 1",	"f1",	QT_TRANSLATE_NOOP("binds", "slot 1"),	false},
    62 	{"slot 2",	"f2",	QT_TRANSLATE_NOOP("binds", "slot 2"),	false},
    63 	{"slot 2",	"f2",	QT_TRANSLATE_NOOP("binds", "slot 2"),	false},
    63 	{"slot 3",	"f3",	QT_TRANSLATE_NOOP("binds", "slot 3"),	false},
    64 	{"slot 3",	"f3",	QT_TRANSLATE_NOOP("binds", "slot 3"),	false},
    64 	{"slot 4",	"f4",	QT_TRANSLATE_NOOP("binds", "slot 4"),	false},
    65 	{"slot 4",	"f4",	QT_TRANSLATE_NOOP("binds", "slot 4"),	false},
    65 	{"slot 5",	"f5",	QT_TRANSLATE_NOOP("binds", "slot 5"),	false},
    66 	{"slot 5",	"f5",	QT_TRANSLATE_NOOP("binds", "slot 5"),	false},