QTfrontend/binds.h
changeset 167 805fa9a27e9e
parent 166 2920ab2bf329
child 174 0b2c5b22f644
equal deleted inserted replaced
166:2920ab2bf329 167:805fa9a27e9e
    71 	{"timer 2",	"2",	QT_TRANSLATE_NOOP("binds", "timer 2 sec"),	false},
    71 	{"timer 2",	"2",	QT_TRANSLATE_NOOP("binds", "timer 2 sec"),	false},
    72 	{"timer 3",	"3",	QT_TRANSLATE_NOOP("binds", "timer 3 sec"),	false},
    72 	{"timer 3",	"3",	QT_TRANSLATE_NOOP("binds", "timer 3 sec"),	false},
    73 	{"timer 4",	"4",	QT_TRANSLATE_NOOP("binds", "timer 4 sec"),	false},
    73 	{"timer 4",	"4",	QT_TRANSLATE_NOOP("binds", "timer 4 sec"),	false},
    74 	{"timer 5",	"5",	QT_TRANSLATE_NOOP("binds", "timer 5 sec"),	true},
    74 	{"timer 5",	"5",	QT_TRANSLATE_NOOP("binds", "timer 5 sec"),	true},
    75 	{"fullscr",	"f",	QT_TRANSLATE_NOOP("binds", "change mode"),	false},
    75 	{"fullscr",	"f",	QT_TRANSLATE_NOOP("binds", "change mode"),	false},
    76 	{"capture",	"f11",	QT_TRANSLATE_NOOP("binds", "capture"),	false},
    76 	{"capture",	"c",	QT_TRANSLATE_NOOP("binds", "capture"),	false},
    77 	{"quit",	"f10",	QT_TRANSLATE_NOOP("binds", "quit"),	true}
    77 	{"quit",	"escape",	QT_TRANSLATE_NOOP("binds", "quit"),	true}
    78 };
    78 };
    79 
    79 
    80 #endif // BINDS_H
    80 #endif // BINDS_H