On Thu, Jan 26, 2012 at 3:07 PM, Guillermo Polito
<guillermopolito@gmail.com> wrote:
�
2) Some key representation varies from platform to platform. �i.e.: A Shift-only press generates today a keydown event with:
� - a 254 keyCode value in unix
� - a �16 keyCode value in windows
��
So I think a "table" has to be built and documented for mappings for each key in a keyboard. �Examples of this can be found in enums/defs from other platforms:
X11 (current used window system in unix vm): http://cgit.freedesktop.org/xorg/proto/x11proto/plain/keysymdef.h