>Has anyone else tried this and got it to work, either using action
>maps or processKeyEvent?
Those keys have probably been pilfered by the focus management system.
There may be a way to convince the focus manager to let go of them,
but I can't remember.
If I'm right, you should keep in mind that if you redefine them, you
may ruin keyboard navigation in your app.
Cheers
Bent D

Signature
Bent Dalager - bcd@pvv.org - http://www.pvv.org/~bcd
powered by emacs
Alan Moore - 30 Aug 2003 06:34 GMT
>>Has anyone else tried this and got it to work, either using action
>>maps or processKeyEvent?
>
>Those keys have probably been pilfered by the focus management system.
>There may be a way to convince the focus manager to let go of them,
>but I can't remember.
Yes, there is. Take a look a the setFocusTraversalKeys(int, Set)
method in java.awt.Container.