[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#286667: xlibs: KP_Separator missing in the abnt2 keyboard



On Tue, Dec 21, 2004 at 09:33:56AM -0200, Rafael Ávila de Espíndola wrote:
> Package: xlibs
> Version: 4.3.0.dfsg.1-10
> Severity: minor
> 
> The handling of the KP_Separator is wrong on the abnt2 keyboard. This is already solved in the "X Keyboard Configuration Database" version 0.2. Could you please back-port the fix?

Hi,

does the attached patch fix this bug?

Denis
--- /etc/X11/xkb/symbols/pc/br
+++ /etc/X11/xkb/symbols/pc/br
@@ -38,7 +38,7 @@
     key <AB11>	{ [     slash,   question,       degree, questiondown ]	};
 
     key <KPPT>	{ [KP_Decimal ]	};
-    key <KPDL>	{ [ KP_Delete,      comma ]	};
+    key <KPDL>	{ [ KP_Delete,  KP_Separator ]	};
 
     include "level3(ralt_switch)"
 };

Reply to: