[Python-Dev] Problems with events in a numeric keyboard (original) (raw)
Martin Zugnoni martin.zugnoni at gmail.com
Tue Aug 25 17:17:50 CEST 2009
- Previous message: [Python-Dev] Support for Encrypted Zip as python scripts
- Next message: [Python-Dev] Problems with events in a numeric keyboard
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message: [Python-Dev] Support for Encrypted Zip as python scripts
- Next message: [Python-Dev] Problems with events in a numeric keyboard
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]