CTRL SHIFT "some other key" question
I am trying to do something similar to the CTRL-SHIFT-F1 keyboard shortcut to show the Swing/AWT hierachy, however I want to display this in a graphical form (I know how to do that part), but I am having problems implementing the keyboard shortcut part.
Cound someone point me in the right direction, how do you specify a keyboard handler for the whole window ?
Thanks

