I recently ran in to this during release testing for a product.
In my application the user is adding cues to a script with the
space bar (customer request, not my choice) while music is
playing. When i upgraded to QT7 the music started to pause/play
at each space. Nice behaviour in other cases, but not for this app.
The solution i found was setControllerKeysEnabled(false).
Is there a way to have the MovieController not process keyboard
input? Using the MovieController method setKeysEnabled(false); does
not seem to make any difference.
I would like to use the arrow keys and space bar for other things.
It appears that even combinations of shift or control or option are
also used by the MovieController.