Hi, I try to suppress the default-key-binding happening in QWebView for e.g. the space-key. Installing a eventFilter doesn't seem to work - apparently, it is invoked bottom-up instead of bottom-down, so I can't attach a filter to the QWebView or page or frame to make it work. Any suggestions? Diez