Skip to content

Filter out AutoRepeat events from KeyPress events

David Gobbi requested to merge dgobbi/vtk:python-qt-autorepeat into master

Qt doesn't have a separate "CharEvent" like VTK does, instead it provides the AutoRepeat property to distinguish the initial press from the autorepeats that are generated thereafter.

For VTK, the autorepeats should only generate CharEvent, not KeyPressEvent.

Merge request reports