I have an NSMovieView, which responds to all kinds of great keyboard shortcuts, like left/right arrows for stepping, command-left or -right for playing, and space for pause. The problem is that it gives an alert sound while doing any of these. I can see subclassing the NSMovieView, or the NSWindow it's in, to ADD functionality, but how do I REMOVE the functionality of the alert sound?
thanks