[plt-scheme] redirecting keyboard events

From: Robby Findler (robby at cs.uchicago.edu)
Date: Fri Jan 27 11:52:49 EST 2006

Have you considered just setting the focus to the listbox instead? I  
believe that will fit better with other apps (ie, be less confusing  
to the user).

Robby

On Jan 27, 2006, at 10:32 AM, pedro pinto wrote:

> Hi there,
>
> I have a dialog in which I would like to direct all arrow key  
> events to a specific control (a list-box). I have been able  to  
> intercept keyboard events by overriding the dialogs on-subwindow- 
> char but I am not sure how to forward them to the list box (I do  
> not want to mess with the current input focus).
>
> Is there a clean way to do this?
>
> Thanks in advance,
> -pp
>
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme



Posted on the users mailing list.