<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 1/26/2012 20:45, Andreas Raab wrote:
    <blockquote cite="mid:4F21AD73.7020207@gmx.de" type="cite">
      <br>
      On 1/26/2012 17:00, Igor Stasenko wrote:
      <br>
      <blockquote type="cite">
        <br>
        Guillermo,
        <br>
        please make the functional keys working on windows. thanks :)
        <br>
      </blockquote>
      <br>
      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>
    <br>
    Oh, and just realizing: If you want the F2 key you'll have to
    disable the VM's F2 handling.<br>
    See <a class="moz-txt-link-freetext" href="http://squeakvm.org/win32/settings.html">http://squeakvm.org/win32/settings.html</a><br>
    <br>
    <ul>
      <li> <b>EnableF2Menu</b>: This entry allows you to determine
        whether the preference menu should be shown when pressing F2.
        The default is 1 (true). </li>
    </ul>
    <p>Cheers,<br>
        - Andreas<br>
    </p>
    <br>
  </body>
</html>