Joined: 20-Jul-2004 Posts: 4451
From: Portsmouth England
I find myself coding an MUI custom class.
I find myself stuck on something that would be easy (for me with my knowledge base) in BOOPSI?REaction (or even Gtk these days )
How do I get my custom class to handle the TAB key? When pressed my object goes inactive as the active object passes to the next in the chain. How do I stop this from happening so I can process the key press to use for my classes own purposes?
I know this must be possible as the text editor class does so in YAM.
You do realize that this key is user-configurable, right? You're disabling the next gadget hotkey, but it doesn't necessarily mean tab key is bound to it.