[Python-Dev] Problems with events in a numeric keyboard (original) (raw)

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Aug 27 02:30:33 CEST 2009


Martin Zugnoni wrote:

when I press the triple zero key once, I receive three events from the single zero key. I need to make a disctintion between these keys

Sounds like you can't, except perhaps by detecting three '0' key events arriving at almost the same time.

-- Greg



More information about the Python-Dev mailing list