<div>Yes, I did consider that.&nbsp;The problem is that I only want to divert the up/down arrow keys, all other keypresses should be handled by whatever control has the focus. I understand this kind of re-wiring is usually surprising for the user but in this case the user (
i.e. me) needs things to work in a peculiar way.</div>
<div>&nbsp;</div>
<div>-pp</div>
<div><br><br>&nbsp;</div>
<div><span class="gmail_quote">On 1/27/06, <b class="gmail_sendername">Robby Findler</b> &lt;<a href="mailto:robby@cs.uchicago.edu">robby@cs.uchicago.edu</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Have you considered just setting the focus to the listbox instead? I<br>believe that will fit better with other apps (ie, be less confusing
<br>to the user).<br><br>Robby<br><br>On Jan 27, 2006, at 10:32 AM, pedro pinto wrote:<br><br>&gt; Hi there,<br>&gt;<br>&gt; I have a dialog in which I would like to direct all arrow key<br>&gt; events to a specific control (a list-box). I have been able&nbsp;&nbsp;to
<br>&gt; intercept keyboard events by overriding the dialogs on-subwindow-<br>&gt; char but I am not sure how to forward them to the list box (I do<br>&gt; not want to mess with the current input focus).<br>&gt;<br>&gt; Is there a clean way to do this?
<br>&gt;<br>&gt; Thanks in advance,<br>&gt; -pp<br>&gt;<br>&gt; _________________________________________________<br>&gt;&nbsp;&nbsp; For list-related administrative tasks:<br>&gt;&nbsp;&nbsp; <a href="http://list.cs.brown.edu/mailman/listinfo/plt-scheme">
http://list.cs.brown.edu/mailman/listinfo/plt-scheme</a><br><br></blockquote></div>