[plt-scheme] multiple keyboard event

From: Robby Findler (robby at cs.uchicago.edu)
Date: Tue Apr 15 08:22:05 EDT 2003

Multiple keyboard events do not happen simultaneously. No matter how
fast you type on the keys, the computer always picks one of those keys
to happen first and the other to happen second.

Robby

At Tue, 15 Apr 2003 14:01:06 +0200 (CEST), Berticolas Copimasso wrote:
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 
> is it possible by overriding on-char in a canvas to
> have two different keyboard event at the same time,
> and to treat them separatly.
> 
> if not is there any simple way to obtain same result
> (with yield, or thread maybe) ? 
> 
> thanks 
> 
> ___________________________________________________________
> Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
> Yahoo! Mail : http://fr.mail.yahoo.com
> 



Posted on the users mailing list.