[Tutor] program to count keys with timer display and clock di splay

alan.gauld@bt.com alan.gauld@bt.com
Wed, 24 Apr 2002 22:41:27 +0100


Way late, sorry, I've been out of the office...

> run under Linux and Windows.  He wants to be able to 
> distinguish keys at a relatively low level e.g. 
> RightShift-a, LeftShift-a.

Look at the examples in the 'event driven programming' page 
of my tutor. It shows a windows Tkinter version which 
should be fairly portable to Linux (uses the msvcrt module's 
getch() function which has a twin in curses)

Alan g.
Author of the 'Learning to Program' web site
http://www.freenetpages.co.uk/hp/alan.gauld