Hi, I want to customise handling of certain keys, but they never make it to my keyPressEvent handler, probably because they get processed by another object. Is there an easy way to debug which objects these might be, such that I can subclass them to ignore this keypress event? Peter