from <a href="http://cgit.freedesktop.org/xorg/proto/x11proto/plain/keysymdef.h">http://cgit.freedesktop.org/xorg/proto/x11proto/plain/keysymdef.h</a><br><br>and looking into <i>sqUnixX11.c</i>, it seems they are not mapped to their corresponding unicode chars in <i>xkeysym2ucs4</i><br>
<br><pre>#define XK_KP_Space                      0xff80  /* Space */
#define XK_KP_Tab                        0xff89
#define XK_KP_Enter                      0xff8d  /* Enter */
#define XK_KP_F1                         0xff91  /* PF1, KP_A, ... */
#define XK_KP_F2                         0xff92
#define XK_KP_F3                         0xff93
#define XK_KP_F4                         0xff94
#define XK_KP_Home                       0xff95
#define XK_KP_Left                       0xff96
#define XK_KP_Up                         0xff97
#define XK_KP_Right                      0xff98
#define XK_KP_Down                       0xff99
#define XK_KP_Prior                      0xff9a
#define XK_KP_Page_Up                    0xff9a
#define XK_KP_Next                       0xff9b
#define XK_KP_Page_Down                  0xff9b
#define XK_KP_End                        0xff9c
#define XK_KP_Begin                      0xff9d
#define XK_KP_Insert                     0xff9e
#define XK_KP_Delete                     0xff9f
#define XK_KP_Equal                      0xffbd  /* Equals */
#define XK_KP_Multiply                   0xffaa
#define XK_KP_Add                        0xffab
#define XK_KP_Separator                  0xffac  /* Separator, often comma */
#define XK_KP_Subtract                   0xffad
#define XK_KP_Decimal                    0xffae
#define XK_KP_Divide                     0xffaf

#define XK_KP_0                          0xffb0
#define XK_KP_1                          0xffb1
#define XK_KP_2                          0xffb2
#define XK_KP_3                          0xffb3
#define XK_KP_4                          0xffb4
#define XK_KP_5                          0xffb5
#define XK_KP_6                          0xffb6
#define XK_KP_7                          0xffb7
#define XK_KP_8                          0xffb8
#define XK_KP_9                          0xffb9</pre><br>Guille<br><br><div class="gmail_quote">On Mon, Jan 23, 2012 at 2:46 PM, Guillermo Polito <span dir="ltr">&lt;<a href="mailto:guillermopolito@gmail.com">guillermopolito@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I&#39;ve also tried with Eliot&#39;s builds and it works in this one:<br><br><a href="http://www.mirandabanda.org/files/Cog/VM/VM.r2219/" target="_blank">http://www.mirandabanda.org/files/Cog/VM/VM.r2219/</a><br>
<br>but not in this one:<br>
<br><a href="http://www.mirandabanda.org/files/Cog/VM/VM.r2522/" target="_blank">http://www.mirandabanda.org/files/Cog/VM/VM.r2522/</a><br><br>Ok, those are the ends :P but I have no time to do a binary search right now xD.<br>
<br>Guille<div class="HOEnZb"><div class="h5"><br>
<br><div class="gmail_quote">On Mon, Jan 23, 2012 at 2:16 PM, Esteban Lorenzano <span dir="ltr">&lt;<a href="mailto:estebanlm@gmail.com" target="_blank">estebanlm@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
a bit more data:<br>
<br>
I&#39;m using a unix cog vm compiled in jenkins (I don&#39;t know if problem is there on Eliot&#39;s builds)<br>
older vm&#39;s (Interpreter 4.4.7, from <a href="http://squeakvm.org" target="_blank">squeakvm.org</a>) works correctly<br>
<br>
El 23/01/2012, a las 2:09p.m., Esteban Lorenzano escribió:<br>
<div><div><br>
&gt; Hi,<br>
&gt;<br>
&gt; I have an application already installed on a client, and they called me to say that &quot;numeric keyboard is now working&quot;... they are using ubuntu 10.10 and, with the exception of my application, all the other applications are working fine. So, is not a problem of ubuntu keyboard configuration.<br>


&gt; Also... Guille looked at it and he says I&#39;m not having a keypress event for those keys...<br>
&gt;<br>
&gt; I need to fix this more or less quick (because my customer is angry because of this... they use it a lot and I just assumed it will work, and as I work on a notebook, I couldn&#39;t notice the problem in time)<br>
&gt;<br>
&gt; any idea?<br>
&gt;<br>
&gt; Thanks,<br>
&gt; Esteban<br>
<br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>