I have deployed my Flex App but now my users are complaining that they cannot press CTRL-T to get a new tab in Firefox (The Flash Player captures the keypress).
Is there any way to disable the capturing of key presses? Alternatively, how would I capture the keypress in code and then forward that to the underlying browser?

