Comment 48 for bug 272606

Revision history for this message
Martin Pitt (pitti) wrote :

Hm, current karmic /usr/share/X11/xkb/keycodes/evdev has

        <I129> = 129; // #define KEY_KPCOMMA 121
        // For Brazilian ABNT2
        alias <KPPT> = <I129>;

which still looks pretty much the same as in the upstream bug: https://bugs.freedesktop.org/show_bug.cgi?id=18712

Does changing the alias line to

  <KPPT> = 129

work for you?