[Python-Dev] Problems with events in a numeric keyboard

Martin Zugnoni martin.zugnoni at gmail.com
Tue Aug 25 17:17:50 CEST 2009


Hi! I'm trying to catch the triple zero (000) key from a numeric keyboard
but, I found that it's the same id that the single zero. So, 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, and use them to different
functionalities.
How can I do?


Martín.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20090825/0e4bc4a1/attachment.htm>


More information about the Python-Dev mailing list