Intercept Command+H keyboard input

I'd like to intercept the Command+H keyboard shortcut in my JUCE application, but Command+H is the OSX shortcut for hiding an application. Is there any way to override this internally? I've been reading around and it seems that applications have to specifically enable hiding via this shortcut- for instance Photoshop uses Command+H for something else and doesn't hide, so it seems that there's a way to prevent it.