Function Keys.



Hi,

I am writing some software that has to perform specfic actions on
certain key presses no matter what swing component has focus.

These functions keys are not restricted to the F1 - F12 keys therfore
could be a key on the number pad.

Is there any way I can do this without having to have KeyListeners
attached to every swing component.

cheers,

Muzzer.

.