QTfrontend/binds.cpp
changeset 2312 3b59f1251ead
parent 1639 89b536a3cf3c
child 2379 d62b1f224982
equal deleted inserted replaced
2311:977ee15c3c1f 2312:3b59f1251ead
    50 	{"history",	"`",	QT_TRANSLATE_NOOP("binds", "chat history"),	false},
    50 	{"history",	"`",	QT_TRANSLATE_NOOP("binds", "chat history"),	false},
    51 	{"pause",	"p",	QT_TRANSLATE_NOOP("binds", "pause"),	false},
    51 	{"pause",	"p",	QT_TRANSLATE_NOOP("binds", "pause"),	false},
    52 	{"confirm",	"y",	QT_TRANSLATE_NOOP("binds", "confirmation"),	false},
    52 	{"confirm",	"y",	QT_TRANSLATE_NOOP("binds", "confirmation"),	false},
    53 	{"+voldown",	"9",	QT_TRANSLATE_NOOP("binds", "volume down"),	false},
    53 	{"+voldown",	"9",	QT_TRANSLATE_NOOP("binds", "volume down"),	false},
    54 	{"+volup",	"0",	QT_TRANSLATE_NOOP("binds", "volume up"),	false},
    54 	{"+volup",	"0",	QT_TRANSLATE_NOOP("binds", "volume up"),	false},
       
    55 	{"zoomin",	"[",	QT_TRANSLATE_NOOP("binds", "zoom in"),	false},
       
    56 	{"zoomout",	"]",	QT_TRANSLATE_NOOP("binds", "zoom out"),	false},
    55 	{"fullscr",	"f12",	QT_TRANSLATE_NOOP("binds", "change mode"),	false},
    57 	{"fullscr",	"f12",	QT_TRANSLATE_NOOP("binds", "change mode"),	false},
    56 	{"capture",	"c",	QT_TRANSLATE_NOOP("binds", "capture"),	false},
    58 	{"capture",	"c",	QT_TRANSLATE_NOOP("binds", "capture"),	false},
    57 	{"rotmask",	"delete",	QT_TRANSLATE_NOOP("binds", "hedgehogs\ninfo"),	false},
    59 	{"rotmask",	"delete",	QT_TRANSLATE_NOOP("binds", "hedgehogs\ninfo"),	false},
    58 	{"quit",	"escape",	QT_TRANSLATE_NOOP("binds", "quit"),	true}
    60 	{"quit",	"escape",	QT_TRANSLATE_NOOP("binds", "quit"),	true}
    59 };
    61 };