[Python-Dev] Problems with events in a numeric keyboard
Greg Ewing
greg.ewing at canterbury.ac.nz
Thu Aug 27 02:30:33 CEST 2009
More information about the Python-Dev mailing list
Thu Aug 27 02:30:33 CEST 2009
- Previous message: [Python-Dev] Problems with events in a numeric keyboard
- Next message: [Python-Dev] Excluding the current path from module search path?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Problems with events in a numeric keyboard
- Next message: [Python-Dev] Excluding the current path from module search path?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list