Index: cl_keys.c =================================================================== --- cl_keys.c (revision 2042) +++ cl_keys.c (working copy) @@ -1144,7 +1144,7 @@ // keys can still be used for bound actions if ( ( key < 128 || key == K_MOUSE1 ) && - ( clc.demoplaying || cls.state == CA_CINEMATIC ) && Key_GetCatcher( ) == 0 ) { + ( !clc.demoplaying && cls.state == CA_CINEMATIC ) && Key_GetCatcher( ) == 0 ) { if (Cvar_VariableValue ("com_cameraMode") == 0) { Cvar_Set ("nextdemo","");