Comment 40 for bug 255372

Revision history for this message
Daniel Luz (mernen) wrote :

Yes, I can confirm the . and , keys are swapped. I hadn't reported that yet because I wanted to make sure it wasn't like that before, but I hadn't had the time yet.

These are the KeyPress events for the period and comma keys, respectively:

KeyPress event, serial 32, synthetic NO, window 0x4c00001,
    root 0x13b, subw 0x0, time 19965991, (-178,304), root:(375,724),
    state 0x10, keycode 129 (keysym 0xffac, KP_Separator), same_screen YES,
    XLookupString gives 1 bytes: (2c) ","
    XmbLookupString gives 1 bytes: (2c) ","
    XFilterEvent returns: False

KeyPress event, serial 35, synthetic NO, window 0x4c00001,
    root 0x13b, subw 0x0, time 20035104, (129,285), root:(682,705),
    state 0x10, keycode 91 (keysym 0x2e, period), same_screen YES,
    XKeysymToKeycode returns keycode: 60
    XLookupString gives 1 bytes: (2e) "."
    XmbLookupString gives 1 bytes: (2e) "."
    XFilterEvent returns: False