[Linux] Detect a key press
hanumizzle
hanumizzle at gmail.com
Fri Oct 6 23:02:44 EDT 2006
On 10/6/06, Sergei Organov <osv at javad.com> wrote:
> Try
>
> print "->%s\r" % ch
>
> or just
>
> sys.stdout.write(ch)
Ah!
More information about the Python-list
mailing list