I currently have 2 frames in my application. The first one is the main frame and has a toolbar that has accelerators (CTRL-Z, CTRL-Y, etc..) set on it.
Currently when the second frame is focused none of the accelerators will work. Is there a way i can pass the keyboard events to the first frame from the second?