On Thu, Oct 20, 2011 at 5:53 AM, St�phane Ducasse
<stephane.ducasse@inria.fr> wrote:
Hi guillermo
Can I with keymapper have a tool that define a set of binding that overrides the one defined globally?
This way we could unify all the system to use only one mechanism for keymapping.
Actually, this is the actual behavior :).� The event bubbles in the morph composition from child to parent.� So, if the child handles the event, it overrides it's parent definition.
The problems Mariano and Laurent are because of collisions between keymapping shortcuts and hardcoded shortcuts.� If all shortcuts are declared through keymapping this will be no problem.
Cheers,
Guille