Comment 10 for bug 194503

Revision history for this message
In , Ander-c3sl (ander-c3sl) wrote :

Brazillian ABNT2 keyboards provides a comma and a dot key on the numeric keypad. The dot key has evdev keycode 129 and the comma key evdev keycode 91. If I understand correctly, the rules file adds +inet(evdev) to the symbols of that keyboard but inet(evdev) sets key I129 to symbol KP_Separator, overriding the previous br setting of KP_Decimal. This combination makes both keys output a comma. Removing the line

key <I129> { [KP_Separator] }

from the evdev section of /usr/X11/xkb/symbols/inet makes those keys behave correctly.