QTfrontend/binds.cpp
changeset 2379 d62b1f224982
parent 2312 3b59f1251ead
child 2428 6800f8aa0184
equal deleted inserted replaced
2378:66fcb4d62a53 2379:d62b1f224982
    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},
    55 	{"zoomin",	"wheeldown",	QT_TRANSLATE_NOOP("binds", "zoom in"),	false},
    56 	{"zoomout",	"]",	QT_TRANSLATE_NOOP("binds", "zoom out"),	false},
    56 	{"zoomout",	"wheelup",	QT_TRANSLATE_NOOP("binds", "zoom out"),	false},
       
    57 	{"zoomreset",	"mousem",	QT_TRANSLATE_NOOP("binds", "reset zoom"),	false},
    57 	{"fullscr",	"f12",	QT_TRANSLATE_NOOP("binds", "change mode"),	false},
    58 	{"fullscr",	"f12",	QT_TRANSLATE_NOOP("binds", "change mode"),	false},
    58 	{"capture",	"c",	QT_TRANSLATE_NOOP("binds", "capture"),	false},
    59 	{"capture",	"c",	QT_TRANSLATE_NOOP("binds", "capture"),	false},
    59 	{"rotmask",	"delete",	QT_TRANSLATE_NOOP("binds", "hedgehogs\ninfo"),	false},
    60 	{"rotmask",	"delete",	QT_TRANSLATE_NOOP("binds", "hedgehogs\ninfo"),	false},
    60 	{"quit",	"escape",	QT_TRANSLATE_NOOP("binds", "quit"),	true}
    61 	{"quit",	"escape",	QT_TRANSLATE_NOOP("binds", "quit"),	true}
    61 };
    62 };