I want to disable some VTK hotkeys, in the Python version. While there exist answers here for C++ (and maybe js), it does not seem to work with the Python version.
I tried overloading OnKeyPress on my InterfactionStyle or my QVTKRenderWindowInteractor but it does not work. For example I would like to disable the wireframe/surface view switch that are on keys "w" and "s".