>>>>> "Thorsten" == Thorsten Fischer <[EMAIL PROTECTED]> writes: Thorsten> I just upgraded to 1.16. Now, when I fill in a table and try Thorsten> to use the numpad, the numbers appear in front of the table Thorsten> and not in it. The other keys are working normally. I'm Thorsten> running on SuSE 7.0 with kde2 and Xfree 4. The other problem Thorsten> is, that I can't get the point/comma on the numpad working. Thorsten> The debugger says: Thorsten> Workarea event: KEYBOARD Thorsten> WorkArea: Key is `comma' [44] Thorsten> WorkArea: Keysym is `KP_Separator' [65452] Thorsten> Using keysym [B] Lars, it seems related to the fact that the code in WorkArea.C uses the keysym instead of the key (the last line). In this case, using the keysym is certainly the wrong choice. Why did you write it this way? Thorsten> Workarea Diff: 1761726348 KeySym is KP_Separator[65452] Thorsten> State is [16] action first set to [-1] meta_fake_bit is [0] Thorsten> action now set to [-1] Key [-1][KP_Separator] Empty Thorsten> argument! [I do not think this part matters]