[Vm-dev] [Windows cog vm] [Keyboard events related] about keycode mapping

Andreas Raab andreas.raab at gmx.de
Thu Jan 26 19:55:08 UTC 2012


On 1/26/2012 20:45, Andreas Raab wrote:
>
> On 1/26/2012 17:00, Igor Stasenko wrote:
>>
>> Guillermo,
>> please make the functional keys working on windows. thanks :)
>
> 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).

Oh, and just realizing: If you want the F2 key you'll have to disable 
the VM's F2 handling.
See http://squeakvm.org/win32/settings.html

  * *EnableF2Menu*: This entry allows you to determine whether the
    preference menu should be shown when pressing F2. The default is 1
    (true).

Cheers,
   - Andreas


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20120126/bd224aaf/attachment-0001.htm


More information about the Vm-dev mailing list