<br><br><div class="gmail_quote">On Thu, Jan 26, 2012 at 6:43 PM, Andreas Raab <span dir="ltr">&lt;<a href="mailto:andreas.raab@gmx.de">andreas.raab@gmx.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
 <br>
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    On 1/26/2012 22:30, Guillermo Polito wrote:
    <blockquote type="cite">
      <pre> </pre>
      <br>
      <fieldset></fieldset>
      <br>
      <br>
      <div class="gmail_quote">On Thu, Jan 26, 2012 at 4:45 PM, Andreas
        Raab <span dir="ltr">&lt;<a href="mailto:andreas.raab@gmx.de" target="_blank">andreas.raab@gmx.de</a>&gt;</span>
        wrote:<br>
        <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <div><br>
            On 1/26/2012 17:00, Igor Stasenko wrote:<br>
            <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
              <br>
              Guillermo,<br>
              please make the functional keys working on windows. thanks
              :)<br>
            </blockquote>
            <br>
          </div>
          The function keys work perfectly fine on Windows. You need to
          handle the keyDown events with the proper VK_FXX values,
          ranging from 0x70 (F1) through 0x87 (F24).<br>
        </blockquote>
        <div><br>
          True.  But it would be good if the codes reaching the image
          for the same function keys are the same :).  But for that
          there should be a discussion about how to arrange the keycodes
          to suite the three platforms.<br>
        </div>
      </div>
    </blockquote>
    <br>
    We had this discussion already. There was general agreement that
    probably the best way to do this would be based on the X11/keysym.h
    because it seems to be the most complete source for key codes. It&#39;s
    just that that nobody sat down and wrote the mapping from VK_XXX to
    XK_YYY.<br></div></blockquote><div><br>Hmm, that would be good, I&#39;ll have a look tomorrow :).  Thanks!<br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
    <br>
    Cheers,<br>
      - Andreas<br><br></div></blockquote><div><br>Guille <br></div></div>