I'm trying to catch <TAB> in a keyDown event, to do something specific in the game I'm writing. But for some reason, when I press <TAB>, the FormKeyDown procedure doesn't run. I've checked with a breakpoint at the start of the routine. Letter keys, number keys, arrows, shift, ctrl, alt, pretty much everything runs the event handler, except the one key I'm trying to trap. Anyone have any idea why this isn't working?

Mason