|
It appears that JComboBox isn't honoring shift-tab (or ISO_Left_Tab). I've gone as far as to create a global binding which calls $mw->focusPrev() and a print statement, and though I see my print, the focusPrev never takes effect. Is JComboBox locking the focus?
Thanks. |