On 15/03/14 19:56, Tommaso Cucinotta wrote: > In Qt, it should be fairly easy to intercept key presses from the > main application events loop, then if the focus is on a specific > dialog, one might try to route the event straight there?
or perhaps just install an event filter? T.