# HG changeset patch # User unc0rr # Date 1388863852 -14400 # Node ID 91a43c79cd4b97970a8cde7e1415882ec77900e5 # Parent ff4e56775e9c004a94dc67b8ca387f7c9eb44452 +speedup in binds config (fixes issue 749) diff -r ff4e56775e9c -r 91a43c79cd4b QTfrontend/binds.cpp --- a/QTfrontend/binds.cpp Sat Jan 04 02:41:23 2014 +0100 +++ b/QTfrontend/binds.cpp Sat Jan 04 23:30:52 2014 +0400 @@ -65,6 +65,7 @@ {"mute", "8", QT_TRANSLATE_NOOP("binds", "mute audio"), NULL, NULL}, {"fullscr", "f12", QT_TRANSLATE_NOOP("binds", "change mode"), NULL, QT_TRANSLATE_NOOP("binds (descriptions)", "Toggle fullscreen mode:")}, {"capture", "c", QT_TRANSLATE_NOOP("binds", "capture"), NULL, QT_TRANSLATE_NOOP("binds (descriptions)", "Take a screenshot:")}, + {"+speedup", "s", QT_TRANSLATE_NOOP("binds", "speed up replay"), NULL, QT_TRANSLATE_NOOP("binds (descriptions)", "Demo replay:")}, {"rotmask", "delete", QT_TRANSLATE_NOOP("binds", "hedgehog info"), NULL, QT_TRANSLATE_NOOP("binds (descriptions)", "Toggle labels above hedgehogs:")}, #ifdef VIDEOREC {"record", "r", QT_TRANSLATE_NOOP("binds", "record"), NULL, QT_TRANSLATE_NOOP("binds (descriptions)", "Record video:")} diff -r ff4e56775e9c -r 91a43c79cd4b QTfrontend/binds.h --- a/QTfrontend/binds.h Sat Jan 04 02:41:23 2014 +0100 +++ b/QTfrontend/binds.h Sat Jan 04 23:30:52 2014 +0400 @@ -22,9 +22,9 @@ #include #ifdef VIDEOREC -#define BINDS_NUMBER 46 +#define BINDS_NUMBER 47 #else -#define BINDS_NUMBER 45 +#define BINDS_NUMBER 46 #endif struct BindAction