<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 1/26/2012 22:30, Guillermo Polito wrote:
    <blockquote
cite="mid:CAOBmb52P4ZPTEjXk4y_G4Zb212TCGiZYYQ1_41j4RyHxkZPjCg@mail.gmail.com"
      type="cite">
      <pre wrap=""> </pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <br>
      <div class="gmail_quote">On Thu, Jan 26, 2012 at 4:45 PM, Andreas
        Raab <span dir="ltr">&lt;<a moz-do-not-send="true"
            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">
          <div class="im"><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.&nbsp; But it would be good if the codes reaching the image
          for the same function keys are the same :).&nbsp; 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's
    just that that nobody sat down and wrote the mapping from VK_XXX to
    XK_YYY.<br>
    <br>
    Cheers,<br>
    &nbsp; - Andreas<br>
    <br>
    <blockquote
cite="mid:CAOBmb52P4ZPTEjXk4y_G4Zb212TCGiZYYQ1_41j4RyHxkZPjCg@mail.gmail.com"
      type="cite">
      <div class="gmail_quote">
        <div>
        </div>
        <blockquote class="gmail_quote" style="margin:0pt 0pt 0pt
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <br>
          Cheers,<br>
          &nbsp;- Andreas<br>
          <br>
        </blockquote>
      </div>
      Guille<br>
    </blockquote>
  </body>
</html>