<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
&gt;&gt; Is the callback than handles the c-f1 keystroke running in<br>
&gt;&gt; gui-eventspace or in some other eventspace?<br>
&gt;<br>
&gt;<br>
&gt; It&#39;s in the gui-eventspace (just checked with a printf and a comparison with<br>
&gt; `(eq? (current-eventspace) gui-eventspace)&#39;), and so is the button callback.<br>
<br>
</div>Not that I doubt your answer, but the telltale test is not that one, but:<br>
<br>
(eq? (current-thread) (eventspace-handler-thread gui-eventspace))<br></blockquote><div><br></div></div>Aha! <br>With that test, it says yes for the button callback, and no for the C-F1 callback.<br>(good thing I wrote my test above, then)<br>

<br>So how can I make sure that the C-F1 callback is handled by the gui-eventspace?<br><br>Laurent<br></div>