First thanks for the replyes..
I have to go out right now, but i can tell that:
- when i press the Keypad '.' nothing appears
- the linEAK i will try later with time.
-
with xev:
for the keypad "."
KeyRelease event, serial 25, synthetic NO, window 0x2c00001,
root 0x38, subw 0x0, time 12927341, (150,447), root

162,522),
state 0x10, keycode 134 (keysym 0x0, NoSymbol), same_screen YES,
XLookupString gives 0 bytes: ""
just for example:
for the keypad "+"
KeyPress event, serial 25, synthetic NO, window 0x2c00001,
root 0x38, subw 0x0, time 12927654, (150,447), root

162,522),
state 0x10, keycode 86 (keysym 0xffab, KP_Add), same_screen YES,
XLookupString gives 1 bytes: "+"
where i write a configuration for that key? (134=noSymblo)?
