<br><br><div><span class="gmail_quote">On 10/19/06, <b class="gmail_sendername">Hilquias.Abreu</b> &lt;<a href="mailto:hilquias.abreu@yahoo.com.br">hilquias.abreu@yahoo.com.br</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
ok, but&nbsp;&nbsp;can&nbsp;&nbsp;chuck get&nbsp;&nbsp;combinations like &quot;enter+f1&quot;? the return is<br>ascii of &quot;f1&quot; or &quot;enter&quot;. exist a workarround for this?</blockquote><div><br><br>I don't think so, if <a href="http://keyb.ck">
keyb.ck</a> doesn't give a unique return for some combination it's not available. Neither Enter nor F1 are modifier keys (like shift, alt, alt gr and ctrl) so it's not possible to detect wether one is pressed while the other is held.
<br><br>All you get is a signal for F1 getting pressed followed by a train of the same at your keyboard repeat rate. What you could try is seeing wether one signal comnes in within n milliseconds of the other which doesn't sound like much fun to me.
<br></div><br></div><br>Do you realy absolutely need that key combo? for example shift + the function keys works fine and is easy to deal with.<br><br>Kas.<br>