On Saturday 12 August 2006 10:27, Ari Krupnik wrote: > When I start my pygame application from an xterm, and the focus is on > the xterm, keys I type into xterms are not processed. I would like to > have access to these keystrokes similarly to how I can read BUTTONDOWN > events from the event queue.
Those keystrokes will be available on sys.stdin
Richard
